[PATCH v2 1/7] drm/xe/kunit: Test WAs for BMG

Lucas De Marchi lucas.demarchi at intel.com
Fri Jul 26 15:22:20 UTC 2024


On Fri, Jul 26, 2024 at 12:03:27PM GMT, Gustavo Sousa wrote:
>Quoting Lucas De Marchi (2024-07-26 03:43:31-03:00)
>>Add one variant for BMG to make sure the workarounds do not conflict.
>>
>>Signed-off-by: Lucas De Marchi <lucas.demarchi 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 9d0c715142b9..8d6a77fbc716 100644
>>--- a/drivers/gpu/drm/xe/tests/xe_wa_test.c
>>+++ b/drivers/gpu/drm/xe/tests/xe_wa_test.c
>>@@ -74,6 +74,7 @@ static const struct platform_test_case cases[] = {
>>         GMDID_CASE(METEORLAKE, 1274, A0, 1300, A0),
>>         GMDID_CASE(LUNARLAKE, 2004, A0, 2000, A0),
>>         GMDID_CASE(LUNARLAKE, 2004, B0, 2000, A0),
>>+        GMDID_CASE(BATTLEMAGE, 2001, A0, 2000, A1),
>
>I think we should use 1301 for media version to be more accurate and
>actually match workarounds, right?

right... my bad reading the log and typing the numbers. I did look there
to get what was stepping used :-/. Should probably add the 2 important
lines to the commit message too. Currently in CI we have:

	xe 0000:03:00.0: [drm:xe_pci_probe [xe]] BATTLEMAGE  e20b:0000 dgfx:1 gfx:Xe2_LPG / Xe2_HPG (20.01) media:Xe2_LPM / Xe2_HPM (13.01) display:yes dma_m_s:46 tc:1 gscfi:0 cscfi:1
	xe 0000:03:00.0: [drm:xe_pci_probe [xe]] Stepping = (G:A0, M:A1, D:**, B:**)

thanks
Lucas De Marchi


More information about the Intel-xe mailing list