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

Patchwork patchwork at emeril.freedesktop.org
Fri Jul 21 00:32:48 UTC 2023


== Series Details ==

Series: Add OA functionality to Xe
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 2b56bab7e6fb9bf90a8b6d50bbdb3e34468ed96a
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Thu Jul 20 17:30:06 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
7d8cb0b54 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
1bc2e5f13 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'
-:14: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#14: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 292 lines checked
f799bb90a 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
4cee7e0b4 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
7f3ef9efe drm/xe/oa: Add/remove config ioctl's
9807c34c3 drm/xe/oa: Start implementing OA stream open ioctl
323253076 drm/xe/oa: OA stream initialization
82bf33f8d drm/xe/oa: Expose OA stream fd
0ab90771b drm/xe/oa: Read file_operation
2b56bab7e drm/xe/oa: Implement queries




More information about the Intel-xe mailing list