Skip to content

Draft: wayland/dma-buf: Set the deadline of pending dma-buf work

Sebastian Wick requested to merge swick/mutter:wip/sync-file-deadline into main

When we have an update scheduled we want all the outstanding work of wayland transactions to finish to be able to commit the transactions. We give the kernel a hint about the deadline of this outstanding work on the sync_file of the dma-bufs in the transaction.

Merge request reports