From: Niranjana Vishwanathapura Date: Fri, 16 Jan 2026 22:03:33 +0000 (-0800) Subject: drm/xe/multi_queue: Enable multi_queue on xe3p_xpc X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=769d7774a1b82f8fde8ce1ff8e4d006e68d8c153;p=thirdparty%2Flinux.git drm/xe/multi_queue: Enable multi_queue on xe3p_xpc 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 Reviewed-by: Matthew Brost Signed-off-by: Matthew Brost Link: https://patch.msgid.link/20260116220333.861850-3-matthew.brost@intel.com --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 09189ff3da441..c000c25b5af94 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -112,6 +112,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 = {