[PATCH] Revert "drm/xe/xe2: Enable Indirect Ring State support for Xe2"

Matthew Brost matthew.brost at intel.com
Wed Jul 2 03:58:46 UTC 2025


This reverts commit fe0154cf8222d9e38c60ccc124adb2f9b5272371.

Seeng unexplained random failures during LRC context switches with
indirect ring state enabled. Indirect ring state is not required for any
current features, disable for now until failures can be root caused.

Cc: stable at vger.kernel.org
Fixes: fe0154cf8222 ("drm/xe/xe2: Enable Indirect Ring State support for Xe2")
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
---
 drivers/gpu/drm/xe/xe_pci.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pci.c b/drivers/gpu/drm/xe/xe_pci.c
index 824461c31288..4070acb268df 100644
--- a/drivers/gpu/drm/xe/xe_pci.c
+++ b/drivers/gpu/drm/xe/xe_pci.c
@@ -141,7 +141,6 @@ static const struct xe_graphics_desc graphics_xelpg = {
 	.has_asid = 1, \
 	.has_atomic_enable_pte_bit = 1, \
 	.has_flat_ccs = 1, \
-	.has_indirect_ring_state = 1, \
 	.has_range_tlb_invalidation = 1, \
 	.has_usm = 1, \
 	.has_64bit_timestamp = 1, \
-- 
2.34.1



More information about the Intel-xe mailing list