mbox series

[v6,0/6] Add AS_SDP to fastset

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

Message

Golani, Mitulkumar Ajitkumar Jan. 30, 2025, 5:16 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 (5):
  drm/i915/vrr: Add crtc_state dump for vrr.vsync params
  drm/i915/vrr: Compute vrr.vsync_{start, end} during full modeset
  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: Move as sdp params change to fastset

 .../drm/i915/display/intel_crtc_state_dump.c  |  5 ++--
 drivers/gpu/drm/i915/display/intel_display.c  |  5 ++--
 drivers/gpu/drm/i915/display/intel_dp.c       |  8 +++---
 drivers/gpu/drm/i915/display/intel_vrr.c      | 25 ++++++++-----------
 4 files changed, 19 insertions(+), 24 deletions(-)

Comments

Nautiyal, Ankit K Jan. 30, 2025, 2:37 p.m. UTC | #1
On 1/30/2025 10:46 AM, Mitul Golani wrote:
> 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 (5):
>    drm/i915/vrr: Add crtc_state dump for vrr.vsync params
>    drm/i915/vrr: Compute vrr.vsync_{start, end} during full modeset
>    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: Move as sdp params change to fastset


Thanks for the patches and reviews. Pushed to drm-intel-next.

Regards,

Ankit

>
>   .../drm/i915/display/intel_crtc_state_dump.c  |  5 ++--
>   drivers/gpu/drm/i915/display/intel_display.c  |  5 ++--
>   drivers/gpu/drm/i915/display/intel_dp.c       |  8 +++---
>   drivers/gpu/drm/i915/display/intel_vrr.c      | 25 ++++++++-----------
>   4 files changed, 19 insertions(+), 24 deletions(-)
>