Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] drm/i915/vrr: Fix DSB+VRR usage for PTL+
@ 2025-01-30 18:45 Ville Syrjala
  2025-01-30 18:45 ` [PATCH 1/3] drm/i915/dsb: Introduce intel_dsb_poll() Ville Syrjala
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Ville Syrjala @ 2025-01-30 18:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Apparently PTL (or I suppose it could have already happened
in either MTL or LNL, didn't have either one to check) changes
the way the VRR hardwre works by ending the safe window as
soon as the push send is triggered. Reorder our DSB programming
sequence to account for that, and try to make sure we catch any
vblank evasion fails that could cause problems with the new
order.

Ville Syrjälä (3):
  drm/i915/dsb: Introduce intel_dsb_poll()
  drm/i915/vrr: Reorder the DSB "wait for safe window" vs. TRANS_PUSH
  drm/i915/vrr: Poll for the push send bit to clear on the DSB

 drivers/gpu/drm/i915/display/intel_color.c   |  3 ++
 drivers/gpu/drm/i915/display/intel_display.c | 13 ++------
 drivers/gpu/drm/i915/display/intel_dsb.c     | 19 ++++++++++++
 drivers/gpu/drm/i915/display/intel_dsb.h     |  3 ++
 drivers/gpu/drm/i915/display/intel_vrr.c     | 31 ++++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_vrr.h     |  2 ++
 6 files changed, 61 insertions(+), 10 deletions(-)

-- 
2.45.3


^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2025-02-06  9:52 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-30 18:45 [PATCH 0/3] drm/i915/vrr: Fix DSB+VRR usage for PTL+ Ville Syrjala
2025-01-30 18:45 ` [PATCH 1/3] drm/i915/dsb: Introduce intel_dsb_poll() Ville Syrjala
2025-02-06  9:27   ` Nautiyal, Ankit K
2025-01-30 18:45 ` [PATCH 2/3] drm/i915/vrr: Reorder the DSB "wait for safe window" vs. TRANS_PUSH Ville Syrjala
2025-02-06  9:46   ` Nautiyal, Ankit K
2025-01-30 18:45 ` [PATCH 3/3] drm/i915/vrr: Poll for the push send bit to clear on the DSB Ville Syrjala
2025-02-06  9:52   ` Nautiyal, Ankit K
2025-01-30 19:13 ` ✓ CI.Patch_applied: success for drm/i915/vrr: Fix DSB+VRR usage for PTL+ Patchwork
2025-01-30 19:13 ` ✓ CI.checkpatch: " Patchwork
2025-01-30 19:14 ` ✓ CI.KUnit: " Patchwork
2025-01-30 19:31 ` ✓ CI.Build: " Patchwork
2025-01-30 19:33 ` ✓ CI.Hooks: " Patchwork
2025-01-30 19:35 ` ✗ CI.checksparse: warning " Patchwork
2025-01-30 19:54 ` ✓ Xe.CI.BAT: success " Patchwork
2025-01-30 22:54 ` ✗ Xe.CI.Full: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox