mbox series

[v4,0/5] Add AS_SDP to fastset

Message ID 20241120084948.1834306-1-mitulkumar.ajitkumar.golani@intel.com (mailing list archive)
Headers show
Series Add AS_SDP to fastset | expand

Message

Mitul Golani Nov. 20, 2024, 8:49 a.m. UTC
vrr enable disable should happen with fastset, where
adptive sync SDP should not block it to full modeset.

Ankit Nautiyal (1):
  drm/i915/dp: fix the Adaptive sync Operation mode for SDP

Mitul Golani (4):
  drm/i915/vrr: Add crtc_state dump for vrr.vsync params
  drm/i915/vrr: Update vrr.vsync_{start, end} computation
  drm/i915/dp: Compute as_sdp.vtotal based on vrr timings
  drm/i915/dp: Compute as_sdp based on if vrr possible

 .../drm/i915/display/intel_crtc_state_dump.c  |  4 ++-
 drivers/gpu/drm/i915/display/intel_dp.c       |  7 +++---
 drivers/gpu/drm/i915/display/intel_vrr.c      | 25 ++++++++-----------
 3 files changed, 16 insertions(+), 20 deletions(-)