✗ CI.checkpatch: warning for Add OA functionality to Xe (rev9)

Patchwork patchwork at emeril.freedesktop.org
Thu Feb 8 05:53:29 UTC 2024


== Series Details ==

Series: Add OA functionality to Xe (rev9)
URL   : https://patchwork.freedesktop.org/series/121084/
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
35591fb8b4d5305b37ce31483f85ac0956eaa536
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 66f587ab17f71a24046e4433533e76909d4148c3
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Wed Feb 7 21:49:16 2024 -0800

    drm/xe/oa: Override GuC RC with OA on PVC
    
    On PVC, a w/a resets RCS/CCS before it goes into RC6. This breaks OA since
    OA does not expect engine resets during its use. Fix it by disabling RC6.
    
    Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch a942be9b4f39a05326a5fc3fd774fb143b4d9507 drm-intel
f2ce5d3c2 drm/xe/perf/uapi: "Perf" layer to support multiple perf counter stream types
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'
-:65: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#65: 
new file mode 100644

-:130: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#130: FILE: include/uapi/drm/xe_drm.h:118:
+#define DRM_IOCTL_XE_PERF			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_PERF, struct drm_xe_perf_param)

total: 0 errors, 2 warnings, 0 checks, 141 lines checked
719be21bf drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
df01eaab3 drm/xe/oa/uapi: Add OA data formats
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'
-:112: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#112: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 278 lines checked
44a32d47f drm/xe/oa/uapi: Initialize OA units
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:17: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#17: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 396 lines checked
d5ebf601b drm/xe/oa/uapi: Add/remove OA config perf ops
9e4695063 drm/xe/oa/uapi: Define and parse OA stream properties
ffe009333 drm/xe/oa: OA stream initialization (OAG)
27d462ab8 drm/xe/oa/uapi: Expose OA stream fd
7316cfc71 drm/xe/oa/uapi: Read file_operation
682beac55 drm/xe/oa: Disable overrun mode for Xe2+ OAG
c857f5dde drm/xe/oa: Add OAR support
5c2b738e0 drm/xe/oa: Add OAC support
2331a8adb drm/xe/oa/uapi: Query OA unit properties
e6d6e48f9 drm/xe/oa/uapi: OA buffer mmap
0721016a2 drm/xe/oa: Add MMIO trigger support
66f587ab1 drm/xe/oa: Override GuC RC with OA on PVC




More information about the Intel-xe mailing list