Skip to content

compositor: Schedule with vblank latency accounting

Ben Widawsky requested to merge vblank_offset into main

The logic within sudbury scheduled composition for the next frame at the time of vblank. This is all well and good, except in cases where the vblank event from calloop is significantly delayed. To address this, the vblank timestamp from Drm is used to try to offset the scheduling.

Merge request reports