Skip to content

backends/drm: set dma-fence deadlines if available

Xaver Hugl requested to merge work/zamundaaa/dma-fence-deadline into master

This tells the kernel when a buffer should be done rendering, which allows it to for example increase GPU clocks in order to hopefully hit our deadlines. That in turn should reduce the amount of dropped frames

Draft because the uAPI isn't actually merged to the kernel yet. See https://lists.freedesktop.org/archives/dri-devel/2023-August/419773.html for the needed patches

CCBUG: 452119

cc #124

Edited by Xaver Hugl

Merge request reports