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

Patchwork patchwork at emeril.freedesktop.org
Fri Mar 15 01:53:40 UTC 2024


== Series Details ==

Series: Add OA functionality to Xe (rev13)
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
a9eb1ac8298ef9f9146567c29fa762d8e9efa1ef
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 28b89a71d0fdb001e77fb715d37859ecfbba4bb2
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Thu Mar 14 18:35:18 2024 -0700

    drm/xe/oa: Enable Xe2+ overrun mode
    
    Enable Xe2+ overrun mode. For Xe2+, when overrun mode is enabled, there are
    no partial reports at the end of buffer, making the OA buffer effectively a
    non-power-of-2 size circular buffer whose size, circ_size, is a multiple of
    the report size.
    
    v2: Fix implementation of xe_oa_circ_diff/xe_oa_circ_incr (Umesh)
    
    Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch b7ead5c90db25002638773b1a9289220e6a36b4d drm-intel
68a16d798ec9 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
3a0edecc51e5 drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
e0ca3dc871c4 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
4a0df58ba540 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
0c631a9f333b drm/xe/oa/uapi: Add/remove OA config perf ops
de90b9887020 drm/xe/oa/uapi: Define and parse OA stream properties
abae781a3f52 drm/xe/oa: OA stream initialization (OAG)
c901bc39fc10 drm/xe/oa/uapi: Expose OA stream fd
afb4a2b9df13 drm/xe/oa/uapi: Read file_operation
8b2e92f39e86 drm/xe/oa: Add OAR support
e26b66d7c38e drm/xe/oa: Add OAC support
48f753ab8324 drm/xe/oa/uapi: Query OA unit properties
c3c5bc7061a8 drm/xe/oa/uapi: OA buffer mmap
1ade671dcedc drm/xe/oa: Add MMIO trigger support
4fff21ef756f drm/xe/oa: Override GuC RC with OA on PVC
f314ca012ae3 drm/xe/oa: Changes to OA_TAKEN
28b89a71d0fd drm/xe/oa: Enable Xe2+ overrun mode




More information about the Intel-xe mailing list