public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/dp: ALPM init to be done after DPCD init
@ 2026-03-02  3:36 Arun R Murthy
  2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
                   ` (19 more replies)
  0 siblings, 20 replies; 35+ messages in thread
From: Arun R Murthy @ 2026-03-02  3:36 UTC (permalink / raw)
  To: intel-gfx, intel-xe
  Cc: animesh.manna, ankit.k.nautiyal, jani.nikula, jouni.hogander,
	Arun R Murthy

In ALPM init, the DPCD register ALPM_CAPABILITIES are to be read. This
read has to happen after the DPCD init.

Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
 drivers/gpu/drm/i915/display/intel_dp.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index 613559d11133..e60802b0b8c9 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -6948,8 +6948,6 @@ static bool intel_edp_init_connector(struct intel_dp *intel_dp,
 	 */
 	intel_hpd_enable_detection(encoder);
 
-	intel_alpm_init(intel_dp);
-
 	/* Cache DPCD and EDID for edp. */
 	has_dpcd = intel_edp_init_dpcd(intel_dp, connector);
 
@@ -6961,6 +6959,8 @@ static bool intel_edp_init_connector(struct intel_dp *intel_dp,
 		goto out_vdd_off;
 	}
 
+	intel_alpm_init(intel_dp);
+
 	/*
 	 * VBT and straps are liars. Also check HPD as that seems
 	 * to be the most reliable piece of information available.
-- 
2.25.1


^ permalink raw reply related	[flat|nested] 35+ messages in thread

end of thread, other threads:[~2026-03-12 11:43 UTC | newest]

Thread overview: 35+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-03-02  3:36 [PATCH] drm/i915/dp: ALPM init to be done after DPCD init Arun R Murthy
2026-03-02  3:44 ` ✓ CI.KUnit: success for " Patchwork
2026-03-02  4:27 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-02  5:31 ` ✗ Xe.CI.FULL: failure " Patchwork
2026-03-02  6:44 ` [PATCH] " Hogander, Jouni
2026-03-02  7:20   ` Murthy, Arun R
2026-03-02  8:00     ` Hogander, Jouni
2026-03-02  8:11       ` Murthy, Arun R
2026-03-02  8:40 ` [PATCHv2 1/2] drm/i915/dp: Read ALPM caps " Arun R Murthy
2026-03-02  8:40   ` [PATCHv2 2/2] drm/i915/dp: Rename alpm_init to alpm_init_dpcd Arun R Murthy
2026-03-02 14:58     ` Dibin Moolakadan Subrahmanian
2026-03-03  4:10       ` Murthy, Arun R
2026-03-03 11:30         ` Hogander, Jouni
2026-03-04  4:05 ` [PATCHv4] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-04  6:05   ` Manna, Animesh
2026-03-04  6:17   ` Hogander, Jouni
2026-03-04  6:22     ` Hogander, Jouni
2026-03-04  6:24       ` Murthy, Arun R
2026-03-04  4:13 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev4) Patchwork
2026-03-04  4:56 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-03-04  6:38 ` [PATCHv5] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-04  6:53   ` Hogander, Jouni
2026-03-04  6:46 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
2026-03-04  7:21 ` [PATCHv6] drm/i915/dp: Read ALPM caps after DPCD init Arun R Murthy
2026-03-09  9:38   ` Manna, Animesh
2026-03-12 11:43   ` Jani Nikula
2026-03-04  7:34 ` ✗ Xe.CI.BAT: failure for drm/i915/dp: ALPM init to be done after DPCD init (rev5) Patchwork
2026-03-04  8:20 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev6) Patchwork
2026-03-04  9:00 ` ✗ Xe.CI.BAT: failure " Patchwork
2026-03-05  6:06 ` ✗ Xe.CI.FULL: " Patchwork
2026-03-05  9:40 ` ✗ Xe.CI.BAT: " Patchwork
2026-03-05 10:43 ` ✗ Xe.CI.FULL: " Patchwork
2026-03-06  4:49 ` ✓ CI.KUnit: success for drm/i915/dp: ALPM init to be done after DPCD init (rev7) Patchwork
2026-03-06  5:38 ` ✓ Xe.CI.BAT: " Patchwork
2026-03-07  4:01 ` ✗ Xe.CI.FULL: failure " Patchwork

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox