diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2024-02-11 19:28:57 +0100 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2024-02-11 19:28:57 +0100 |
commit | b8d31e3c4edc6bb6fe7ce82505962e61882ad3d0 (patch) | |
tree | 2ae7ecf47a6ab128c3375c20467ad4a90a3412f3 /SOURCES/steamdeck-oled-hw-quirks.patch | |
parent | 3c5e047b165beba7707bf6ed44f013049650e4f5 (diff) | |
download | kernel-fsync-b8d31e3c4edc6bb6fe7ce82505962e61882ad3d0.tar.gz kernel-fsync-b8d31e3c4edc6bb6fe7ce82505962e61882ad3d0.zip |
kernel 6.7.4 Steam Deck OLED fixes 2 - Electric Boogaloo
Diffstat (limited to 'SOURCES/steamdeck-oled-hw-quirks.patch')
-rw-r--r-- | SOURCES/steamdeck-oled-hw-quirks.patch | 9 |
1 files changed, 9 insertions, 0 deletions
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 |