From 81e77c028848b7131d7653dd443a4049334a920b Mon Sep 17 00:00:00 2001 From: Niranjana Vishwanathapura Date: Wed, 3 Dec 2025 22:34:52 -0800 Subject: [PATCH] drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc The xe3p_xpc platform supports Indirect Ring State and it is required for the upcoming multi-queue feature. Signed-off-by: Niranjana Vishwanathapura Reviewed-by: Matthew Brost Reviewed-by: Matt Roper Link: https://patch.msgid.link/20251204063451.1180387-2-niranjana.vishwanathapura@intel.com --- drivers/gpu/drm/xe/xe_pci.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 8dd0ea9d1d567..c8188a5b0f761 100644 --- a/drivers/gpu/drm/xe/xe_pci.c +++ b/drivers/gpu/drm/xe/xe_pci.c @@ -108,6 +108,7 @@ static const struct xe_graphics_desc graphics_xe2 = { static const struct xe_graphics_desc graphics_xe3p_xpc = { XE2_GFX_FEATURES, + .has_indirect_ring_state = 1, .hw_engine_mask = GENMASK(XE_HW_ENGINE_BCS8, XE_HW_ENGINE_BCS1) | GENMASK(XE_HW_ENGINE_CCS3, XE_HW_ENGINE_CCS0), -- 2.47.3