public inbox for intel-xe@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Mitul Golani <mitulkumar.ajitkumar.golani@intel.com>
To: intel-gfx@lists.freedesktop.org
Cc: intel-xe@lists.freedesktop.org, mitulkumar.ajitkumar.golani@intel.com
Subject: [PATCH v1 1/1] drm/i915/display: Implement Wa_16024710867
Date: Thu, 22 Jan 2026 09:41:33 +0530	[thread overview]
Message-ID: <20260122041133.757072-2-mitulkumar.ajitkumar.golani@intel.com> (raw)
In-Reply-To: <20260122041133.757072-1-mitulkumar.ajitkumar.golani@intel.com>

Reject PTL+ platforms in intel_ddi_port_sync_transcoders,
As port sync feature is deprecated from PTL onwards.

Signed-off-by: Mitul Golani <mitulkumar.ajitkumar.golani@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..be774c6d24e7 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 PTL+"
 	 */
-	if (DISPLAY_VER(display) < 9)
+	if (DISPLAY_VER(display) < 9 || DISPLAY_VER(display) >= 30)
 		return 0;
 
 	if (!intel_crtc_has_type(ref_crtc_state, INTEL_OUTPUT_DP))
-- 
2.48.1


  reply	other threads:[~2026-01-22  4:21 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-22  4:11 [PATCH v1 0/1] Implement Wa_16024710867 Mitul Golani
2026-01-22  4:11 ` Mitul Golani [this message]
2026-01-22  4:56   ` [PATCH v1 1/1] drm/i915/display: " Garg, Nemesa
2026-01-22  9:28     ` Golani, Mitulkumar Ajitkumar
2026-01-22  6:13   ` Kandpal, Suraj
2026-01-22  9:29     ` Golani, Mitulkumar Ajitkumar
2026-01-22  4:29 ` ✓ CI.KUnit: success for " Patchwork
2026-01-22  5:04 ` ✓ Xe.CI.BAT: " Patchwork
2026-01-22 15:02 ` ✓ Xe.CI.Full: " Patchwork

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260122041133.757072-2-mitulkumar.ajitkumar.golani@intel.com \
    --to=mitulkumar.ajitkumar.golani@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=intel-xe@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox