mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 16:44:58 +02:00
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 <niranjana.vishwanathapura@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patch.msgid.link/20260116220333.861850-3-matthew.brost@intel.com
This commit is contained in:
parent
bbd3678730
commit
769d7774a1
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user