mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-05 05:05:57 +01:00
backend/drm: fix typo in restore_drm_device() comment
This commit is contained in:
parent
d2acd4c362
commit
653e28d2a3
1 changed files with 1 additions and 1 deletions
|
@ -1740,7 +1740,7 @@ static void build_current_connector_state(struct wlr_output_state *state,
|
|||
|
||||
void restore_drm_device(struct wlr_drm_backend *drm) {
|
||||
// The previous DRM master leaves KMS in an undefined state. We need
|
||||
// to restore out own state, but be careful to avoid invalid
|
||||
// to restore our own state, but be careful to avoid invalid
|
||||
// configurations. The connector/CRTC mapping may have changed, so
|
||||
// first disable all CRTCs, then light up the ones we were using
|
||||
// before the VT switch.
|
||||
|
|
Loading…
Reference in a new issue