[Intel-xe] [PATCH 2/2] drm/xe: Add missing ADL entries to xe_test_wa

Lucas De Marchi lucas.demarchi at intel.com
Tue Jun 13 18:02:16 UTC 2023


On Tue, Jun 13, 2023 at 10:47:40AM -0700, Anusha Srivatsa wrote:
>With the fake device creation fix in the previous patch,
>adding Alderlake P platform in xe_wa_test.
>With this, driver is able to run the kunit test for
>ADLP properly.

nit, small reword:

With the fake device creation fixed, add Alderklake-P platform
in xe_wa_test. With this, driver is able to run the kunit tests
for ADL-P properly.


>
>Cc: Lucas De Marchi <lucas.demarchi at intel.com>
>Signed-off-by: Anusha Srivatsa <anusha.srivatsa at intel.com>


Reviewed-by: Lucas De Marchi <lucas.demarchi at intel.com>

Lucas De Marchi

>---
> drivers/gpu/drm/xe/tests/xe_wa_test.c | 3 +++
> 1 file changed, 3 insertions(+)
>
>diff --git a/drivers/gpu/drm/xe/tests/xe_wa_test.c b/drivers/gpu/drm/xe/tests/xe_wa_test.c
>index 7a86be830b93..16f7f157c875 100644
>--- a/drivers/gpu/drm/xe/tests/xe_wa_test.c
>+++ b/drivers/gpu/drm/xe/tests/xe_wa_test.c
>@@ -46,6 +46,9 @@ static const struct platform_test_case cases[] = {
> 	PLATFORM_CASE(ALDERLAKE_S, B0),
> 	PLATFORM_CASE(ALDERLAKE_S, C0),
> 	PLATFORM_CASE(ALDERLAKE_S, D0),
>+	PLATFORM_CASE(ALDERLAKE_P, A0),
>+	PLATFORM_CASE(ALDERLAKE_P, B0),
>+	PLATFORM_CASE(ALDERLAKE_P, C0),
> 	SUBPLATFORM_CASE(DG2, G10, A0),
> 	SUBPLATFORM_CASE(DG2, G10, A1),
> 	SUBPLATFORM_CASE(DG2, G10, B0),
>-- 
>2.25.1
>


More information about the Intel-xe mailing list