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

Patchwork patchwork at emeril.freedesktop.org
Tue Feb 13 07:57:50 UTC 2024


== Series Details ==

Series: Add OA functionality to Xe (rev10)
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 d6dd8b742f69d7855c716e5bbd8a26b400b761fd
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Mon Feb 12 22:44:23 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 e370df7a4fb4125cb8eee1b00ff1592808ed9786 drm-intel
de11e7c04 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, 139 lines checked
6a1018051 drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
4ab3e8934 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, 276 lines checked
8c2f512b0 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, 400 lines checked
fa39c1355 drm/xe/oa/uapi: Add/remove OA config perf ops
61cd65878 drm/xe/oa/uapi: Define and parse OA stream properties
06c4e5ec6 drm/xe/oa: OA stream initialization (OAG)
fe3644124 drm/xe/oa/uapi: Expose OA stream fd
ab009d4f2 drm/xe/oa/uapi: Read file_operation
6681c6012 drm/xe/oa: Disable overrun mode for Xe2+ OAG
11bc45ae3 drm/xe/oa: Add OAR support
1137310b9 drm/xe/oa: Add OAC support
fa5a2a02e drm/xe/oa/uapi: Query OA unit properties
2398b4dd2 drm/xe/oa/uapi: OA buffer mmap
00c83f15f drm/xe/oa: Add MMIO trigger support
d6dd8b742 drm/xe/oa: Override GuC RC with OA on PVC




More information about the Intel-xe mailing list