All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/8] Enable CMRR in fixed-RR VRR path
@ 2026-07-14 10:39 Mitul Golani
  2026-07-14 10:39 ` [PATCH v3 1/8] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control Mitul Golani
                   ` (11 more replies)
  0 siblings, 12 replies; 30+ messages in thread
From: Mitul Golani @ 2026-07-14 10:39 UTC (permalink / raw)
  To: intel-gfx; +Cc: intel-xe, uma.shankar, ankit.k.nautiyal, chaitanya.kumar.borah

The existing CMRR fractional-timing code was permanently
disabled (if (!HAS_CMRR || true)), eDP-only, and relied
on a heuristic to guess when the fractional path was needed.
This series reworks it into a generic, debugfs-driven feature,
which later will be controlled via userspace when respective
uapi will be in-palce.

Mitul Golani (8):
  drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control
  drm/i915/display: Move CMRR crtc_state members under VRR
  drm/i915/vrr: Compute CMRR fractional timings generically
  drm/i915/vrr: Dump CMRR state in the crtc state dump
  drm/i915/vrr: Move CMRR hw registers to fix refresh rate path
  drm/i915/vrr: Program CMRR enable/disable from transcoder timings
  drm/i915/vrr: Return from CMRR compute config in case of PSR2 enabled
  drm/i915/vrr: Enable cmrr

 drivers/gpu/drm/i915/display/intel_cmtg.c     |   2 +-
 .../drm/i915/display/intel_crtc_state_dump.c  |   3 +
 drivers/gpu/drm/i915/display/intel_display.c  |  10 +-
 .../drm/i915/display/intel_display_debugfs.c  |   2 +
 .../drm/i915/display/intel_display_types.h    |  17 +-
 drivers/gpu/drm/i915/display/intel_dp.c       |   2 +-
 drivers/gpu/drm/i915/display/intel_vrr.c      | 315 +++++++++++++-----
 drivers/gpu/drm/i915/display/intel_vrr.h      |   2 +
 8 files changed, 253 insertions(+), 100 deletions(-)

-- 
2.48.1


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

end of thread, other threads:[~2026-07-16 14:59 UTC | newest]

Thread overview: 30+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-14 10:39 [PATCH v3 0/8] Enable CMRR in fixed-RR VRR path Mitul Golani
2026-07-14 10:39 ` [PATCH v3 1/8] drm/i915/vrr: Add per-CRTC vrr/cmrr debugfs control Mitul Golani
2026-07-15 13:12   ` Borah, Chaitanya Kumar
2026-07-16 11:24   ` Naladala, Ramanaidu
2026-07-16 14:37   ` Naladala, Ramanaidu
2026-07-16 14:59     ` Borah, Chaitanya Kumar
2026-07-14 10:39 ` [PATCH v3 2/8] drm/i915/display: Move CMRR crtc_state members under VRR Mitul Golani
2026-07-15 13:13   ` Borah, Chaitanya Kumar
2026-07-14 10:39 ` [PATCH v3 3/8] drm/i915/vrr: Compute CMRR fractional timings generically Mitul Golani
2026-07-15 13:14   ` Borah, Chaitanya Kumar
2026-07-16  8:04     ` Golani, Mitulkumar Ajitkumar
2026-07-14 10:39 ` [PATCH v3 4/8] drm/i915/vrr: Dump CMRR state in the crtc state dump Mitul Golani
2026-07-15 13:14   ` Borah, Chaitanya Kumar
2026-07-14 10:39 ` [PATCH v3 5/8] drm/i915/vrr: Move CMRR hw registers to fix refresh rate path Mitul Golani
2026-07-15 13:14   ` Borah, Chaitanya Kumar
2026-07-16 12:02     ` Golani, Mitulkumar Ajitkumar
2026-07-16 13:27       ` Borah, Chaitanya Kumar
2026-07-16 13:32         ` Golani, Mitulkumar Ajitkumar
2026-07-14 10:39 ` [PATCH v3 6/8] drm/i915/vrr: Program CMRR enable/disable from transcoder timings Mitul Golani
2026-07-15 13:14   ` Borah, Chaitanya Kumar
2026-07-14 10:39 ` [PATCH v3 7/8] drm/i915/vrr: Return from CMRR compute config in case of PSR2 enabled Mitul Golani
2026-07-15 13:15   ` Borah, Chaitanya Kumar
2026-07-16 12:29     ` Golani, Mitulkumar Ajitkumar
2026-07-16 13:55       ` Borah, Chaitanya Kumar
2026-07-14 10:39 ` [PATCH v3 8/8] drm/i915/vrr: Enable cmrr Mitul Golani
2026-07-15 13:15   ` Borah, Chaitanya Kumar
2026-07-14 10:57 ` ✓ CI.KUnit: success for Enable CMRR in fixed-RR VRR path (rev2) Patchwork
2026-07-14 11:33 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-14 11:42 ` ✓ i915.CI.BAT: success for Enable CMRR in fixed-RR VRR path (rev3) Patchwork
2026-07-14 16:16 ` ✓ Xe.CI.FULL: success for Enable CMRR in fixed-RR VRR path (rev2) Patchwork

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.