mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-12 04:28:18 -05:00
backend/drm: remove outdated TODO
This has been addressed in 8795dde94e ("Initialize connectors
current mode to the mode used by KMS on startup.").
This commit is contained in:
parent
6adca4089c
commit
0613fb0159
1 changed files with 0 additions and 2 deletions
|
|
@ -1421,8 +1421,6 @@ void scan_drm_connectors(struct wlr_drm_backend *drm,
|
|||
wlr_drm_conn_log(wlr_conn, WLR_ERROR, "No CRTC possible");
|
||||
}
|
||||
|
||||
// TODO: this results in connectors being enabled without a mode
|
||||
// set
|
||||
wlr_output_update_enabled(&wlr_conn->output, wlr_conn->crtc != NULL);
|
||||
wlr_conn->desired_enabled = wlr_conn->crtc != NULL;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue