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

Gustavo Sousa gustavo.sousa at intel.com
Fri Jul 26 15:03:27 UTC 2024


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?

> };
> 
> static void platform_desc(const struct platform_test_case *t, char *desc)
>-- 
>2.43.0
>


More information about the Intel-xe mailing list