backend/drm: don't unset mode/CRTC when disabling output

Closes: https://github.com/swaywm/wlroots/issues/2203
This commit is contained in:
Simon Ser 2020-05-18 15:37:19 +02:00
parent dcae6f1431
commit bfd7625813
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48
4 changed files with 36 additions and 37 deletions

View file

@ -43,7 +43,6 @@ struct wlr_drm_plane {
};
struct wlr_drm_crtc_state {
bool active;
struct wlr_drm_mode *mode;
};