Skip to content

Commit 9e3a13f

Browse files
lucasdemarchiThomas Hellström
authored andcommitted
drm/xe: Remove PVC from xe_wa kunit tests
Since the PCI IDs for PVC weren't added to the xe driver, the xe_wa tests should not try to create a fake PVC device since they can't find the right PCI ID. Fix bugs when running kunit: # xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111 Expected ret == 0, but ret == -19 (0xffffffffffffffed) [FAILED] PVC (B0) # xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111 Expected ret == 0, but ret == -19 (0xffffffffffffffed) [FAILED] PVC (B1) # xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111 Expected ret == 0, but ret == -19 (0xffffffffffffffed) [FAILED] PVC (C0) Fixes: dd08ebf ("drm/xe: Introduce a new DRM driver for Intel GPUs") Signed-off-by: Lucas De Marchi <[email protected]> Reviewed-by: Matt Roper <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected] (cherry picked from commit ab5ae65) Signed-off-by: Thomas Hellström <[email protected]>
1 parent d186e51 commit 9e3a13f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

drivers/gpu/drm/xe/tests/xe_wa_test.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,9 +74,6 @@ static const struct platform_test_case cases[] = {
7474
SUBPLATFORM_CASE(DG2, G11, B1),
7575
SUBPLATFORM_CASE(DG2, G12, A0),
7676
SUBPLATFORM_CASE(DG2, G12, A1),
77-
PLATFORM_CASE(PVC, B0),
78-
PLATFORM_CASE(PVC, B1),
79-
PLATFORM_CASE(PVC, C0),
8077
GMDID_CASE(METEORLAKE, 1270, A0, 1300, A0),
8178
GMDID_CASE(METEORLAKE, 1271, A0, 1300, A0),
8279
GMDID_CASE(LUNARLAKE, 2004, A0, 2000, A0),

0 commit comments

Comments
 (0)