This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Linux/AM5728: 60 FPS support

Part Number: AM5728

Tool/software: Linux

It's not possible to maintain 60 FPS on this processor. I tried both eglfs and wayland. I've attached a sample program that does nothing in the render loop but log the time period between updates.* After 5 minutes, it outputs a log file. Wayland is worse than eglfs, but either way there are several frames dropped over this timespan due to missing vsync.

* I have a couple lines of code setting the rendering to single buffer, but it doesn't end up taking effect anyways, so it's not a relevant issue for this example.