kms: Don't enable VRR by default
This commit is contained in:
parent
38403c254f
commit
2fde693cce
1 changed files with 1 additions and 1 deletions
|
|
@ -825,7 +825,7 @@ impl Device {
|
|||
let drm = &mut self.drm;
|
||||
let crtc_info = drm.get_crtc(crtc)?;
|
||||
let conn_info = drm.get_connector(conn, false)?;
|
||||
let vrr = drm_helpers::set_vrr(drm, crtc, conn, true).unwrap_or(false);
|
||||
let vrr = drm_helpers::set_vrr(drm, crtc, conn, false).unwrap_or(false);
|
||||
let interface = drm_helpers::interface_name(drm, conn)?;
|
||||
let edid_info = drm_helpers::edid_info(drm, conn);
|
||||
let mode = crtc_info.mode().unwrap_or_else(|| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue