aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm
diff options
context:
space:
mode:
authorSimon Ser <contact@emersion.fr>2022-07-28 10:33:45 +0200
committerSimon Zeni <simon@bl4ckb0ne.ca>2022-08-10 14:19:58 +0000
commit08973d24304807a91634765103ec488743881e80 (patch)
tree176a1ecf4734423ffd8d565665fd98b6e43df9e2 /include/backend/drm
parent6a5fb22698f3e69109ec5aae79b9cff239eeaf2e (diff)
backend/drm: drop WLR_DRM_CONN_NEEDS_MODESET
- Add wlr_output.enabled checks to CONNECTED checks - Replace NEEDS_MODESET with CONNECTED
Diffstat (limited to 'include/backend/drm')
-rw-r--r--include/backend/drm/drm.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index 0fb164c4..8ab0c279 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -93,8 +93,6 @@ struct wlr_drm_backend {
enum wlr_drm_connector_status {
// Connector is available but no output is plugged in
WLR_DRM_CONN_DISCONNECTED,
- // An output just has been plugged in and is waiting for a modeset
- WLR_DRM_CONN_NEEDS_MODESET,
WLR_DRM_CONN_CONNECTED,
};