From: Arun R Murthy <arun.r.murthy@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: Jani Nikula <jani.nikula@linux.intel.com>,
imre.deak@intel.com, Arun R Murthy <arun.r.murthy@intel.com>
Subject: [PATCH v3 1/2] drm/i915/display/dp: Remove UHBR13.5 for icl
Date: Wed, 02 Apr 2025 14:26:27 +0530 [thread overview]
Message-ID: <20250402-dprates-v3-1-9e5d8ca989dd@intel.com> (raw)
In-Reply-To: <20250402-dprates-v3-0-9e5d8ca989dd@intel.com>
Per Bspec display 14+ has uhbr13.5 Due to the retimer constraint none of
the Intel platforms support uhbr13.5. This has been removed for mtl
by the commit caf3d748f646 ("drm/i915/dp: Remove support for UHBR13.5")
This patch will remove the support for DG2.
v2: Reframed the commit msg (Jani)
Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com>
---
drivers/gpu/drm/i915/display/intel_dp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/gpu/drm/i915/display/intel_dp.c b/drivers/gpu/drm/i915/display/intel_dp.c
index f21f9b441fc2a4e644c69410e6ec6b3d37907478..d7955351dd43ff61ebfd57e5b6a4ba99c1c7a2b2 100644
--- a/drivers/gpu/drm/i915/display/intel_dp.c
+++ b/drivers/gpu/drm/i915/display/intel_dp.c
@@ -550,7 +550,7 @@ intel_dp_set_source_rates(struct intel_dp *intel_dp)
};
static const int icl_rates[] = {
162000, 216000, 270000, 324000, 432000, 540000, 648000, 810000,
- 1000000, 1350000,
+ 1000000,
};
static const int bxt_rates[] = {
162000, 216000, 243000, 270000, 324000, 432000, 540000
--
2.25.1
next prev parent reply other threads:[~2025-04-02 9:11 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-04-02 8:56 [PATCH v3 0/2] Remove UHBR13.5 for ICL, DG2 Arun R Murthy
2025-04-02 8:56 ` Arun R Murthy [this message]
2025-04-02 10:28 ` [PATCH v3 1/2] drm/i915/display/dp: Remove UHBR13.5 for icl Jani Nikula
2025-04-02 10:29 ` Jani Nikula
2025-04-02 10:39 ` Murthy, Arun R
2025-04-02 8:56 ` [PATCH v3 2/2] drm/i915/display/dp: Remove the uhbr13.5 pll state values Arun R Murthy
2025-04-02 9:52 ` ✓ CI.Patch_applied: success for Remove UHBR13.5 for ICL, DG2 Patchwork
2025-04-02 9:52 ` ✓ CI.checkpatch: " Patchwork
2025-04-02 9:53 ` ✗ Fi.CI.SPARSE: warning " Patchwork
2025-04-02 9:53 ` ✓ CI.KUnit: success " Patchwork
2025-04-02 10:13 ` ✓ CI.Build: " Patchwork
2025-04-02 10:17 ` ✓ CI.Hooks: " Patchwork
2025-04-02 10:18 ` ✓ CI.checksparse: " Patchwork
2025-04-02 10:25 ` ✗ i915.CI.BAT: failure " Patchwork
2025-04-02 10:35 ` ✓ Xe.CI.BAT: success " Patchwork
2025-04-02 11:44 ` ✗ Xe.CI.Full: failure " 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=20250402-dprates-v3-1-9e5d8ca989dd@intel.com \
--to=arun.r.murthy@intel.com \
--cc=imre.deak@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.