[PATCH v17 0/9] Enable Adaptive Sync SDP Support for DP
Jani Nikula
jani.nikula at intel.com
Mon Mar 18 14:37:58 UTC 2024
On Mon, 11 Mar 2024, Mitul Golani <mitulkumar.ajitkumar.golani at intel.com> wrote:
> An Adaptive-Sync-capable DP protocol converter indicates its
> support by setting the related bit in the DPCD register. This
> is valid for DP and edp as well.
>
> Computes AS SDP values based on the display configuration,
> ensuring proper handling of Variable Refresh Rate (VRR)
> in the context of Adaptive Sync.
[snip]
> Mitul Golani (9):
> drm/dp: Add support to indicate if sink supports AS SDP
> drm: Add Adaptive Sync SDP logging
Maarten, Maxime, Thomas, ack for merging these two patches via
drm-intel-next?
BR,
Jani.
> drm/i915/display: Add crtc state dump for Adaptive Sync SDP
> drm/i915/dp: Add Read/Write support for Adaptive Sync SDP
> drm/i915/dp: Add wrapper function to check AS SDP
> drm/i915/display: Compute AS SDP parameters
> drm/i915/display: Add state checker for Adaptive Sync SDP
> drm/i915/display: Compute vrr_vsync params
> drm/i915/display: Read/Write Adaptive Sync SDP
>
> drivers/gpu/drm/display/drm_dp_helper.c | 37 ++++++
> .../drm/i915/display/intel_crtc_state_dump.c | 13 ++
> drivers/gpu/drm/i915/display/intel_ddi.c | 1 +
> drivers/gpu/drm/i915/display/intel_display.c | 48 +++++++
> .../drm/i915/display/intel_display_device.h | 1 +
> .../drm/i915/display/intel_display_types.h | 2 +
> drivers/gpu/drm/i915/display/intel_dp.c | 125 ++++++++++++++++++
> drivers/gpu/drm/i915/display/intel_dp.h | 1 +
> drivers/gpu/drm/i915/display/intel_hdmi.c | 14 +-
> drivers/gpu/drm/i915/display/intel_vrr.c | 30 ++++-
> drivers/gpu/drm/i915/i915_reg.h | 15 +++
> include/drm/display/drm_dp.h | 11 ++
> include/drm/display/drm_dp_helper.h | 30 +++++
> 13 files changed, 325 insertions(+), 3 deletions(-)
--
Jani Nikula, Intel
More information about the Intel-gfx
mailing list