[PATCH] drm/xe/kunit: Test WAs for PTL

Matt Atwood matthew.s.atwood at intel.com
Tue Feb 18 15:10:57 UTC 2025


Add PTL to make sure the workarounds do not conflict. This matches the
machines with PTL for CI:

	PANTHERLAKE b0b0:0000 dgfx:0
		gfx:Xe2_LPG / Xe2_HPG / Xe3_LPG (30.00)
	  	media: Xe2_LPM / Xe2_HPM / Xe3_LPM (30.00)
		display:yes dma_m_s:46 tc:1, gscfi:0 cscfi:0
	Stepping = (G:A0, M:A0, B:**)

Signed-off-by: Matt Atwood <matthew.s.atwood at intel.com>
---
 drivers/gpu/drm/xe/tests/xe_wa_test.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/tests/xe_wa_test.c b/drivers/gpu/drm/xe/tests/xe_wa_test.c
index c96d1fe34151..416258c193f6 100644
--- a/drivers/gpu/drm/xe/tests/xe_wa_test.c
+++ b/drivers/gpu/drm/xe/tests/xe_wa_test.c
@@ -75,6 +75,7 @@ static const struct platform_test_case cases[] = {
 	GMDID_CASE(LUNARLAKE, 2004, A0, 2000, A0),
 	GMDID_CASE(LUNARLAKE, 2004, B0, 2000, A0),
 	GMDID_CASE(BATTLEMAGE, 2001, A0, 1301, A1),
+	GMDID_CASE(PANTHERLAKE, 3000, A0, 3000, A0),
 };
 
 static void platform_desc(const struct platform_test_case *t, char *desc)
-- 
2.45.0



More information about the Intel-xe mailing list