mbox series

[v3,0/3] Add AS_SDP to fastset

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

Message

Golani, Mitulkumar Ajitkumar Oct. 21, 2024, 10:50 a.m. UTC
vrr enable disable should happen with fastset, where
adptive sync SDP should not block it to full modeset.

Mitul Golani (3):
  drm/i915/vrr: Update vrr.vsync_{start,end} computation
  drm/i915/dp: Set FAVT mode in DP SDP with fixed refresh rate
  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       |  6 ++---
 drivers/gpu/drm/i915/display/intel_vrr.c      | 24 +++++++------------
 3 files changed, 15 insertions(+), 19 deletions(-)