[Intel-xe] ✗ CI.checkpatch: warning for Add OA functionality to Xe (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 21 02:31:48 UTC 2023


== Series Details ==

Series: Add OA functionality to Xe (rev2)
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d79089faf02027d9e4b07a88c58c6bc067a0c40b
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Thu Jul 20 19:28:20 2023 -0700

    drm/xe/oa: Implement queries
    
    Implement queries to query OA unit ID's for HW engines, OA timestamp freq
    and OA ioctl version.
    
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 9cca38d116f01ccc2589c376d1b842e3240e7584 drm-intel
06c8345a2 drm/xe/oa: Introduce OA uapi
-:35: WARNING:LONG_LINE: line length of 119 exceeds 100 columns
#35: FILE: include/uapi/drm/xe_drm.h:123:
+#define DRM_IOCTL_XE_OA_OPEN			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_OPEN, struct drm_xe_oa_open_param)

-:36: WARNING:LONG_LINE: line length of 121 exceeds 100 columns
#36: FILE: include/uapi/drm/xe_drm.h:124:
+#define DRM_IOCTL_XE_OA_ADD_CONFIG		DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_ADD_CONFIG, struct drm_xe_oa_config)

-:37: WARNING:LONG_LINE: line length of 106 exceeds 100 columns
#37: FILE: include/uapi/drm/xe_drm.h:125:
+#define DRM_IOCTL_XE_OA_REMOVE_CONFIG		DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OA_REMOVE_CONFIG, __u64)

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

total: 0 errors, 1 warnings, 0 checks, 295 lines checked
c5f1e88fd drm/xe/oa: Add registers and GPU commands used by OA
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:98: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#98: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 244 lines checked
cc9f236c1 drm/xe/oa: Module init/exit and probe/remove
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'
-:156: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#156: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 431 lines checked
bc03ef75d drm/xe/oa: Add/remove config ioctl's
86ad8968f drm/xe/oa: Start implementing OA stream open ioctl
c3fb78838 drm/xe/oa: OA stream initialization
181745750 drm/xe/oa: Expose OA stream fd
65ec508a4 drm/xe/oa: Read file_operation
d79089faf drm/xe/oa: Implement queries




More information about the Intel-xe mailing list