[Intel-xe] ✗ CI.checkpatch: warning for GuC vs Execlist

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 21 20:45:01 UTC 2023


== Series Details ==

Series: GuC vs Execlist
URL   : https://patchwork.freedesktop.org/series/121163/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 25f751bcf2e8472373f83e6c0a87f459b8c86d81
Author: Rodrigo Vivi <rodrigo.vivi at intel.com>
Date:   Fri Jul 21 16:19:14 2023 -0400

    drm/xe: Kill execlist support.
    
    This submission backend is incomplete and unsupported.
    It was left there only for some initial bring-up for comparison
    and experiments. But most of Xe driver and its features rely
    entirely on the GuC submission.
    
    If this code is not entirely broken yet, it is likely just a matter
    of time.
    
    Signed-off-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
+ /mt/dim checkpatch 786d2a4f30e168368b4d19d3e1d2f57d18ebecf8 drm-intel
a0aa8d870 drm/xe/uapi: Remove XE_QUERY_CONFIG_FLAGS_USE_GUC
98baa451a drm/xe: Invert guc vs execlists parameters and info.
-:85: ERROR:GLOBAL_INITIALISERS: do not initialise globals to false
#85: FILE: drivers/gpu/drm/xe/xe_module.c:17:
+bool force_execlist = false;

total: 1 errors, 0 warnings, 0 checks, 59 lines checked
25f751bcf drm/xe: Kill execlist support.
-:130: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#130: 
deleted file mode 100644

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




More information about the Intel-xe mailing list