✗ CI.checkpatch: warning for drm/xe: Remove PVC from xe_wa kunit tests

Patchwork patchwork at emeril.freedesktop.org
Tue Jan 23 03:15:51 UTC 2024


== Series Details ==

Series: drm/xe: Remove PVC from xe_wa kunit tests
URL   : https://patchwork.freedesktop.org/series/129061/
State : warning

== Summary ==

+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
e7f730565356938dd6c63cd498218fdc5d6a22b0
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9e84e8006144868ba0fe7d0b5716a90bc36737a7
Author: Lucas De Marchi <lucas.demarchi at intel.com>
Date:   Mon Jan 22 19:12:42 2024 -0800

    drm/xe: Remove PVC from xe_wa kunit tests
    
    Since the PCI IDs for PVC were 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: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
    Signed-off-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 7f85c565ce86f84fb5ef9ec4cf4c67b8e021710c drm-intel
9e84e8006 drm/xe: Remove PVC from xe_wa kunit tests
-:23: WARNING:UNKNOWN_COMMIT_ID: Unknown commit id 'dd08ebf6c352', maybe rebased or not pulled?
#23: 
Fixes: dd08ebf6c352 ("drm/xe: Introduce a new DRM driver for Intel GPUs")

total: 0 errors, 1 warnings, 0 checks, 9 lines checked




More information about the Intel-xe mailing list