Skip to content

modesetting: Fix random garbage being visible intermittently after a modeset

This fundamentally requires two things:

  • Drawing well-defined contents to newly allocated scanout buffers
  • Making sure that drawing has finished before making the buffer visible

Patch 1 prepares for easy backporting of patches 2-4 to the 1.20 branch. Patch 5 cannot be backported.

/cc @ajax @ofourdan

Merge request reports