Skip to content

backends/drm: only set pageflipPending when wanted

Xaver Hugl requested to merge work/fix-suspend-again into master

It shouldn't be set when the pipeline wants to be disabled. Whenever that happens it will wait forever (=30s with the timeout) for the pageflip that doesn't come

Merge request reports