[PATCH] drm/xe/xe_pat: Adding the graphics version for BMG-G31

nakshtra.goyal at intel.com nakshtra.goyal at intel.com
Mon Jul 28 08:16:41 UTC 2025


From: Nakshtra Goyal <nakshtra.goyal at intel.com>

Adding the corresponding graphics version for bmg_g31 i.e 20.02
Bspec 68090

Signed-off-by: Nakshtra Goyal <nakshtra.goyal at intel.com>
---
 drivers/gpu/drm/xe/xe_pat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/xe_pat.c b/drivers/gpu/drm/xe/xe_pat.c
index 2e7cb99ae87a..a0872f84dc29 100644
--- a/drivers/gpu/drm/xe/xe_pat.c
+++ b/drivers/gpu/drm/xe/xe_pat.c
@@ -385,7 +385,7 @@ void xe_pat_init_early(struct xe_device *xe)
 			xe->pat.pat_pta = &xe2_pat_pta;
 
 		/* Wa_16023588340. XXX: Should use XE_WA */
-		if (GRAPHICS_VERx100(xe) == 2001)
+		if (GRAPHICS_VERx100(xe) == 2001 || GRAPHICS_VERx100(xe) == 2002)
 			xe->pat.n_entries = 28; /* Disable CLOS3 */
 		else
 			xe->pat.n_entries = ARRAY_SIZE(xe2_pat_table);
-- 
2.34.1



More information about the Intel-xe mailing list