From: Jonathan Cavitt <jonathan.cavitt@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: alex.zuo@intel.com, jonathan.cavitt@intel.com, matthew.d.roper@intel.com
Subject: [PATCH] drm/xe/pci: Disable Multi-LRC on single VCS/VECS platforms
Date: Sat, 11 Jul 2026 00:35:29 +0800 [thread overview]
Message-ID: <20260710163529.1820969-1-jonathan.cavitt@intel.com> (raw)
Recent platforms like PTL, NVL-S, and NVL-P have only had a single video
decode engine instance and a single video encode engine instance. As
Multi LRCA requires at least two engines of the same type, this means
these platforms simply haven't been capable of multi-LRC.
Do not expose the uapi for this unused/unsupported feature on these
platforms.
Signed-off-by: Jonathan Cavitt <jonathan.cavitt@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
---
drivers/gpu/drm/xe/xe_pci.c | 3 ---
1 file changed, 3 deletions(-)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index cd0e42dd4992..7ff4f3e1f34d 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -443,7 +443,6 @@ static const struct xe_device_desc ptl_desc = {
.has_pre_prod_wa = 1,
.has_pxp = true,
.max_gt_per_tile = 2,
- MULTI_LRC_MASK,
.needs_scratch = true,
.needs_shared_vf_gt_wq = true,
.va_bits = 48,
@@ -458,7 +457,6 @@ static const struct xe_device_desc nvls_desc = {
.has_pre_prod_wa = 1,
.has_sriov = true,
.max_gt_per_tile = 2,
- MULTI_LRC_MASK,
.require_force_probe = true,
.va_bits = 48,
.vm_max_level = 4,
@@ -498,7 +496,6 @@ static const struct xe_device_desc nvlp_desc = {
.has_pre_prod_wa = true,
.has_sriov = true,
.max_gt_per_tile = 2,
- MULTI_LRC_MASK,
.require_force_probe = true,
.va_bits = 48,
.vm_max_level = 4,
--
2.53.0
next reply other threads:[~2026-07-10 16:35 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-10 16:35 Jonathan Cavitt [this message]
2026-07-10 16:42 ` ✓ CI.KUnit: success for drm/xe/pci: Disable Multi-LRC on single VCS/VECS platforms Patchwork
2026-07-10 17:36 ` ✓ Xe.CI.BAT: " Patchwork
2026-07-11 3:15 ` ✗ 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=20260710163529.1820969-1-jonathan.cavitt@intel.com \
--to=jonathan.cavitt@intel.com \
--cc=alex.zuo@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=matthew.d.roper@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