mbox series

[v13,0/3] VRR refactoring and panel replay workaround

Message ID 20241001134703.1128487-1-mitulkumar.ajitkumar.golani@intel.com (mailing list archive)
Headers show
Series VRR refactoring and panel replay workaround | expand

Message

Golani, Mitulkumar Ajitkumar Oct. 1, 2024, 1:47 p.m. UTC
Refactor VRR compute config to account for Panel replay workaround
for VSC SDP.

Previous Patch series links:
https://patchwork.freedesktop.org/series/135629/
https://patchwork.freedesktop.org/series/135851/
https://patchwork.freedesktop.org/series/138232/

Animesh Manna (2):
  drm/i915/vrr: Split vrr-compute-config in two phases
  drm/i915/panelreplay: Panel replay workaround with VRR

Mitul Golani (1):
  drm/i915/vrr: Add helper to check if vrr possible

 drivers/gpu/drm/i915/display/intel_display.c | 23 ++++++++++++++++++++
 drivers/gpu/drm/i915/display/intel_display.h |  1 +
 drivers/gpu/drm/i915/display/intel_vrr.c     | 20 ++++++++++++-----
 drivers/gpu/drm/i915/display/intel_vrr.h     |  2 ++
 4 files changed, 41 insertions(+), 5 deletions(-)