✗ CI.checkpatch: warning for drm/xe: Move IRQ-related registers to dedicated header

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 26 00:06:52 UTC 2024


== Series Details ==

Series: drm/xe: Move IRQ-related registers to dedicated header
URL   : https://patchwork.freedesktop.org/series/139013/
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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 4ed8dd8d5572b1ffe9cb3a6d9b638be949f2e322
Author: Matt Roper <matthew.d.roper at intel.com>
Date:   Mon Sep 23 14:45:11 2024 -0700

    drm/xe: Move IRQ-related registers to dedicated header
    
    IRQ registers have a well-defined scope and make sense to collect in a
    dedicated header file.  This also reduces confusion about the GT IRQ
    registers --- even though those registers relate to the GTs, they
    actually live outside the GT (in the sgunit) and thus do not need to
    worry about GT-specific register concepts like forcewake, steering, etc.
    
    Signed-off-by: Matt Roper <matthew.d.roper at intel.com>
    Reviewed-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 88d592f72f7bc508d6a027b1f96aa2e53f803e1b drm-intel
4ed8dd8d5572 drm/xe: Move IRQ-related registers to dedicated header
-:96: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#96: 
new file mode 100644

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




More information about the Intel-xe mailing list