From b8d31e3c4edc6bb6fe7ce82505962e61882ad3d0 Mon Sep 17 00:00:00 2001 From: Jan200101 Date: Sun, 11 Feb 2024 19:28:57 +0100 Subject: kernel 6.7.4 Steam Deck OLED fixes 2 - Electric Boogaloo --- SOURCES/steamdeck-oled-hw-quirks.patch | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'SOURCES/steamdeck-oled-hw-quirks.patch') diff --git a/SOURCES/steamdeck-oled-hw-quirks.patch b/SOURCES/steamdeck-oled-hw-quirks.patch index d15d7dc..df352d7 100644 --- a/SOURCES/steamdeck-oled-hw-quirks.patch +++ b/SOURCES/steamdeck-oled-hw-quirks.patch @@ -422,6 +422,15 @@ index b87797bc5874..28e6fa8d7860 100644 adev->family < AMDGPU_FAMILY_AI) { spin_lock_irqsave(&adev_to_drm(adev)->event_lock, flags); mod_freesync_handle_v_update( +@@ -8098,7 +8098,7 @@ static void amdgpu_dm_commit_planes(struct drm_atomic_state *state, + int planes_count = 0, vpos, hpos; + unsigned long flags; + u32 target_vblank, last_flip_vblank; +- bool vrr_active = amdgpu_dm_crtc_vrr_active(acrtc_state); ++ bool vrr_active = true;//amdgpu_dm_crtc_vrr_active(acrtc_state); + bool cursor_update = false; + bool pflip_present = false; + bool dirty_rects_changed = false; -- GitLab -- cgit v1.2.3