]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/dp: Compute AS SDP after PSR compute config
authorAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Wed, 27 May 2026 04:10:48 +0000 (09:40 +0530)
committerAnkit Nautiyal <ankit.k.nautiyal@intel.com>
Thu, 28 May 2026 11:18:09 +0000 (16:48 +0530)
commitae580a2d60085633693dbe6a4b7c23d0eecca1cf
tree1da20d745701b4f464ca4dd81b645992718d8a02
parent186113b419a2e5086b2148ea02646b1e2c74c6bd
drm/i915/dp: Compute AS SDP after PSR compute config

A subsequent change makes intel_dp_needs_as_sdp() depend on
crtc_state->has_panel_replay, which is set by intel_psr_compute_config().

Move call for intel_dp_compute_as_sdp() after the
intel_psr_compute_config().

Signed-off-by: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patch.msgid.link/20260527041050.601735-11-ankit.k.nautiyal@intel.com
drivers/gpu/drm/i915/display/intel_dp.c