From: Anusha Srivatsa Date: Thu, 5 Oct 2023 20:54:50 +0000 (-0700) Subject: drm/xe: Add missing ADL entries to xe_test_wa X-Git-Tag: v6.8-rc1~111^2~7^2~303 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e3fee3aa7a8911b60776127cb2e1c25ef8584f42;p=thirdparty%2Flinux.git drm/xe: Add missing ADL entries to xe_test_wa With all ADl platforms and subplatforms added, also add support to xe_wa_test kunit tests for checking their WAs. Cc: Lucas De Marchi Signed-off-by: Anusha Srivatsa Reviewed-by: Lucas De Marchi Link: https://lore.kernel.org/r/20231005205450.3177354-6-anusha.srivatsa@intel.com Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/tests/xe_wa_test.c b/drivers/gpu/drm/xe/tests/xe_wa_test.c index 69c9ea1fa82bc..6e1127b276ea1 100644 --- a/drivers/gpu/drm/xe/tests/xe_wa_test.c +++ b/drivers/gpu/drm/xe/tests/xe_wa_test.c @@ -50,6 +50,7 @@ static const struct platform_test_case cases[] = { PLATFORM_CASE(ALDERLAKE_P, B0), PLATFORM_CASE(ALDERLAKE_P, C0), SUBPLATFORM_CASE(ALDERLAKE_S, RPLS, D0), + SUBPLATFORM_CASE(ALDERLAKE_P, RPLU, E0), SUBPLATFORM_CASE(DG2, G10, A0), SUBPLATFORM_CASE(DG2, G10, A1), SUBPLATFORM_CASE(DG2, G10, B0),