OpenDingux / buildroot

Buildroot, making embedded Linux easy. Note that this is not the official repository, but only a mirror. The official Git repository is at http://git.buildroot.net/buildroot/. Do not open issues or file pull requests here.
http://buildroot.org
Other
64 stars 47 forks source link

GCW0 - HDMI Out taking up some cpu cycles? #118

Open BrettLeeARV opened 1 year ago

BrettLeeARV commented 1 year ago

In HDMI out mode, audio intermittently stutters making me suspect that in this mode, some CPU cycles are being consumed. Even the FPS shows about 1-2 fps dip.

pcercuei commented 1 year ago

@BrettLeeARV well it depends what app you are testing with.

If the app still renders at 320x240 it shouldn't eat more CPU cycles since it's scaled up in hardware. However, if it tries to make use of the 720p resolution, then it will spend much more time during rendering, yes.

BrettLeeARV commented 1 year ago

@pcercuei Thanks for your reply. So far I'm using integer or hardware scaling options found in most emulators. In Retroarch, I'm using integer scaling option, which should make use of the hardware scaler. Pressing Power+B option toggles between the various hardware scaling modes.