mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-22 21:05:58 +01:00
Revert "drm: do not modeset to current mode"
This reverts commit 72c76b128e
.
This commit is contained in:
parent
8b203c28f8
commit
9a5d59a839
1 changed files with 0 additions and 4 deletions
|
@ -537,10 +537,6 @@ static bool drm_connector_set_mode(struct wlr_output *output,
|
|||
conn->desired_mode = mode;
|
||||
return false;
|
||||
}
|
||||
if (conn->output.current_mode == mode) {
|
||||
// Nothing to do
|
||||
return true;
|
||||
}
|
||||
|
||||
wlr_log(WLR_INFO, "Modesetting '%s' with '%ux%u@%u mHz'",
|
||||
conn->output.name, mode->width, mode->height, mode->refresh);
|
||||
|
|
Loading…
Reference in a new issue