From: Niranjana Vishwanathapura Date: Thu, 4 Dec 2025 06:34:52 +0000 (-0800) Subject: drm/xe/xe3p_xpc: Enable Indirect Ring State for xe3p_xpc X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81e77c028848b7131d7653dd443a4049334a920b;p=thirdparty%2Fkernel%2Flinux.git 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 --- diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c index 8dd0ea9d1d56..c8188a5b0f76 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),