public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH v3 0/1] drm/i915/display: Implement Wa_16024710867
@ 2026-02-03  8:45 Mitul Golani
  2026-02-03  8:45 ` [PATCH v3 1/1] " Mitul Golani
  0 siblings, 1 reply; 3+ messages in thread
From: Mitul Golani @ 2026-02-03  8:45 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: suraj.kandpal

Defeature port sync feature for xe3lpd onwards.

Mitul Golani (1):
  drm/i915/display: Implement Wa_16024710867

 drivers/gpu/drm/i915/display/intel_ddi.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

-- 
2.48.1


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

* [PATCH v3 1/1] drm/i915/display: Implement Wa_16024710867
  2026-02-03  8:45 [PATCH v3 0/1] drm/i915/display: Implement Wa_16024710867 Mitul Golani
@ 2026-02-03  8:45 ` Mitul Golani
  0 siblings, 0 replies; 3+ messages in thread
From: Mitul Golani @ 2026-02-03  8:45 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: suraj.kandpal

Defeature port sync feature for xe3lpd onwards.

--v1:
- Use xe3lpd naming (Suraj)
- Use IS_DISPLAY_VER (Suraj)

--v2:
- Comments update and Adding Bspec link (Suraj)

Bspec: 69965
Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com>
---
 drivers/gpu/drm/i915/display/intel_ddi.c | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/display/intel_ddi.c b/drivers/gpu/drm/i915/display/intel_ddi.c
index d8739e2bb004..a3e6f9a31b20 100644
--- a/drivers/gpu/drm/i915/display/intel_ddi.c
+++ b/drivers/gpu/drm/i915/display/intel_ddi.c
@@ -4588,8 +4588,11 @@ intel_ddi_port_sync_transcoders(const struct intel_crtc_state *ref_crtc_state,
 	/*
 	 * We don't enable port sync on BDW due to missing w/as and
 	 * due to not having adjusted the modeset sequence appropriately.
+	 *
+	 * Wa_16024710867
+	 * Deprecate port sync support for xe3lpd+
 	 */
-	if (DISPLAY_VER(display) < 9)
+	if (!IS_DISPLAY_VER(display, 9, 20))
 		return 0;
 
 	if (!intel_crtc_has_type(ref_crtc_state, INTEL_OUTPUT_DP))
-- 
2.48.1


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

* [PATCH v3 0/1] drm/i915/display: Implement Wa_16024710867
@ 2026-02-03  8:49 Mitul Golani
  0 siblings, 0 replies; 3+ messages in thread
From: Mitul Golani @ 2026-02-03  8:49 UTC (permalink / raw)
  To: intel-gfx, intel-xe; +Cc: suraj.kandpal

Defeature port sync feature for xe3lpd onwards.

Mitul Golani (1):
  drm/i915/display: Implement Wa_16024710867

 drivers/gpu/drm/i915/display/intel_ddi.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.48.1


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

end of thread, other threads:[~2026-02-03  8:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-02-03  8:45 [PATCH v3 0/1] drm/i915/display: Implement Wa_16024710867 Mitul Golani
2026-02-03  8:45 ` [PATCH v3 1/1] " Mitul Golani
  -- strict thread matches above, loose matches on Subject: below --
2026-02-03  8:49 [PATCH v3 0/1] " Mitul Golani

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