Skip to content

drm-backend: Remember to set the zpos for the scanout plane

Derek Foreman requested to merge derekf/weston:fix_mix into main

We can clear this via drm_plane_state_put_back() at the end of drm_output_propose_state(). We need to set it back to the minimum zpos when rendering.

Signed-off-by: Derek Foreman derek.foreman@collabora.com

Merge request reports