From: Matthew Brost <matthew.brost@intel.com>
To: intel-xe@lists.freedesktop.org
Cc: niranjana.vishwanathapura@intel.com
Subject: [PATCH 2/2] drm/xe/multi_queue: Enable multi_queue on xe3p_xpc
Date: Mon, 12 Jan 2026 18:59:56 -0800 [thread overview]
Message-ID: <20260113025956.3505110-3-matthew.brost@intel.com> (raw)
In-Reply-To: <20260113025956.3505110-1-matthew.brost@intel.com>
From: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
xe3p_xpc supports multi_queue, enable it.
v2: Rename multi_queue_enable_mask to multi_queue_engine_class_mask
(Matt Brost)
Signed-off-by: Niranjana Vishwanathapura <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
---
drivers/gpu/drm/xe/xe_pci.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 91e0553a8163..e21b437ad8fb 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -113,6 +113,8 @@ static const struct xe_graphics_desc graphics_xe3p_xpc = {
.hw_engine_mask =
GENMASK(XE_HW_ENGINE_BCS8, XE_HW_ENGINE_BCS1) |
GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0),
+ .multi_queue_engine_class_mask = BIT(XE_ENGINE_CLASS_COPY) |
+ BIT(XE_ENGINE_CLASS_COMPUTE),
};
static const struct xe_media_desc media_xem = {
--
2.34.1
next prev parent reply other threads:[~2026-01-13 3:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-01-13 2:59 [PATCH 0/2] Enable multi_queue Matthew Brost
2026-01-13 2:59 ` [PATCH 1/2] drm/xe: Ban entire multi-queue group on any job timeout Matthew Brost
2026-01-13 2:59 ` Matthew Brost [this message]
2026-01-13 4:00 ` ✓ CI.KUnit: success for Enable multi_queue Patchwork
2026-01-13 4:45 ` ✓ Xe.CI.BAT: " 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=20260113025956.3505110-3-matthew.brost@intel.com \
--to=matthew.brost@intel.com \
--cc=intel-xe@lists.freedesktop.org \
--cc=niranjana.vishwanathapura@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