From: Ankit Nautiyal <ankit.k.nautiyal@intel.com>
To: intel-gfx@lists.freedesktop.org, intel-xe@lists.freedesktop.org
Cc: jani.nikula@linux.intel.com, uma.shankar@intel.com
Subject: [PATCH 0/4] Implement Wa_14021768792 to bypass m_n ratio limit
Date: Thu, 10 Oct 2024 09:40:41 +0530 [thread overview]
Message-ID: <20241010041045.2014069-1-ankit.k.nautiyal@intel.com> (raw)
For Platforms that support higher link rates, there is a limitation on
Link M /Link N ratio.
If the CEILING( Link M / Link N ) ratio is greater than 10.0, then
hardware cannot support the given resolution / refresh rate at the given
configuration.
For BMG Wa_14021768792 helps to bypass this limitation and allows it to
support the ratio till 15.0.
This series adds the missing restrictions for earlier platforms and adds
the Wa_14021768792 for BMG as per Bspec:49266
Rev2:
-Drop new member link_n_extended.
-Avoid WA framework for XE
Rev3:
-Refactor to just add the extended link_n just before writing and scrub
it just after read.
Ankit Nautiyal (4):
Add bits for link_n_exended for DISPLAY >= 14
drm/i915/display: Limit m/n ratio to 10 for display > 12
drm/i915/display: Add bits for Wa_14021768792 for linkm/n ratio > 10
drm/i915/display: Implement Wa_14021768792 for BMG DP for link_m/n
ratio > 10
drivers/gpu/drm/i915/display/intel_display.c | 161 +++++++++++++++++-
drivers/gpu/drm/i915/display/intel_display.h | 12 +-
.../drm/i915/display/intel_display_types.h | 2 +
drivers/gpu/drm/i915/display/intel_dp.c | 66 +++++--
drivers/gpu/drm/i915/display/intel_dp.h | 5 +
drivers/gpu/drm/i915/display/intel_dp_mst.c | 37 ++--
drivers/gpu/drm/i915/display/intel_fdi.c | 15 +-
drivers/gpu/drm/i915/i915_reg.h | 7 +
8 files changed, 260 insertions(+), 45 deletions(-)
--
2.45.2
next reply other threads:[~2024-10-10 4:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-10-10 4:10 Ankit Nautiyal [this message]
2024-10-10 4:10 ` [PATCH 1/4] Add bits for link_n_exended for DISPLAY >= 14 Ankit Nautiyal
2024-11-28 6:54 ` Srikanth V, NagaVenkata
2024-10-10 4:10 ` [PATCH 2/4] drm/i915/display: Limit m/n ratio to 10 for display > 12 Ankit Nautiyal
2024-10-10 4:10 ` [PATCH 3/4] drm/i915/display: Add bits for Wa_14021768792 for linkm/n ratio > 10 Ankit Nautiyal
2024-10-10 4:10 ` [PATCH 4/4] drm/i915/display: Implement Wa_14021768792 for BMG DP for link_m/n " Ankit Nautiyal
2024-10-10 4:35 ` ✓ CI.Patch_applied: success for Implement Wa_14021768792 to bypass m_n ratio limit (rev3) Patchwork
2024-10-10 4:35 ` ✗ CI.checkpatch: warning " Patchwork
2024-10-10 4:36 ` ✓ CI.KUnit: success " Patchwork
2024-10-10 4:48 ` ✓ CI.Build: " Patchwork
2024-10-10 4:50 ` ✓ CI.Hooks: " Patchwork
2024-10-10 4:51 ` ✗ CI.checksparse: warning " Patchwork
2024-10-10 5:16 ` ✓ CI.BAT: success " Patchwork
2024-10-10 18:03 ` ✗ CI.FULL: failure " Patchwork
-- strict thread matches above, loose matches on Subject: below --
2025-07-21 9:15 [PATCH 0/4] Implement Wa_14021768792 to bypass m_n ratio limit Ankit Nautiyal
2025-03-21 11:26 Ankit Nautiyal
2024-09-17 17:41 Ankit Nautiyal
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=20241010041045.2014069-1-ankit.k.nautiyal@intel.com \
--to=ankit.k.nautiyal@intel.com \
--cc=intel-gfx@lists.freedesktop.org \
--cc=intel-xe@lists.freedesktop.org \
--cc=jani.nikula@linux.intel.com \
--cc=uma.shankar@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox