Re: [PATCH 1/6] drm/vblank: Add vblank timer

2025-06-10 Thread Thomas Zimmermann
Hi Am 06.06.25 um 10:43 schrieb Louis Chauvet: Le 05/06/2025 à 17:24, Thomas Zimmermann a écrit : The vblank timer simulates a vblank interrupt for hardware without support. Rate-limits the display update frequency. DRM drivers for hardware without vblank support apply display updates ASAP.

Re: [PATCH 1/6] drm/vblank: Add vblank timer

2025-06-06 Thread Louis Chauvet
Le 05/06/2025 à 17:24, Thomas Zimmermann a écrit : The vblank timer simulates a vblank interrupt for hardware without support. Rate-limits the display update frequency. DRM drivers for hardware without vblank support apply display updates ASAP. A vblank event informs DRM clients of the comple

[PATCH 1/6] drm/vblank: Add vblank timer

2025-06-05 Thread Thomas Zimmermann
The vblank timer simulates a vblank interrupt for hardware without support. Rate-limits the display update frequency. DRM drivers for hardware without vblank support apply display updates ASAP. A vblank event informs DRM clients of the completed update. Userspace compositors immediately schedule