I am writing a drm based app and I seem to be capped at 30fps even though my drmModeModeInfo refresh returns 60fps
I am looking for something like this
https://wiki.st.com/stm32mpu/wiki/DRM_K ... _framerate

https://github.com/raspberrypi/linux/bl ... tdc.c#L885 is presumably the logging lines they are looking at. That's the number of updates per plane, not per display. You could add a similar thing to vc4 - PRs welcome.The DRM/KMS framework does not offer natively a display framerate monitoring, the above solution is powered by the STMicroelectronics DRM/KMS implementation.

Pi4 or Pi3?