✗ CI.checkpatch: warning for drm/xe: GSC proxy support

Patchwork patchwork at emeril.freedesktop.org
Tue Dec 12 03:45:51 UTC 2023


== Series Details ==

Series: drm/xe: GSC proxy support
URL   : https://patchwork.freedesktop.org/series/127657/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit bf5436adfca487f5626af0a8bd34c381bdfcbe87
Author: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
Date:   Mon Dec 11 17:05:59 2023 -0800

    drm/xe/gsc: add support for GSC proxy interrupt
    
    The GSC notifies us of a proxy request via the HECI2 interrupt. The
    interrupt must be enabled both in the HECI layer and in our usual gt irq
    programming; for the latter, the interrupt is enabled via the same enable
    register as the GSC CS, but it does have its own mask register. When the
    interrupt is received, we also need to de-assert it in both layers.
    
    The handling of the proxy request is deferred to the same worker that we
    use for GSC load. New flags have been added to distinguish between the
    init case and the proxy interrupt.
    
    Signed-off-by: Daniele Ceraolo Spurio <daniele.ceraolospurio at intel.com>
    Cc: Alan Previn <alan.previn.teres.alexis at intel.com>
    Cc: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 5cae0d34637bd4914e4099eff1233d83bc9d2d21 drm-intel
05bf8bd4b drm/xe/gsc: Initialize GSC proxy
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:35: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#35: 
new file mode 100644

-:599: WARNING:NEEDLESS_IF: kfree(NULL) is safe and this check is probably not required
#599: FILE: drivers/gpu/drm/xe/xe_gsc_proxy.c:333:
+	if (gsc->proxy.to_csme) {
+		kfree(gsc->proxy.to_csme);

total: 0 errors, 2 warnings, 0 checks, 749 lines checked
bf5436adf drm/xe/gsc: add support for GSC proxy interrupt




More information about the Intel-xe mailing list