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

Patchwork patchwork at emeril.freedesktop.org
Fri May 24 19:37:27 UTC 2024


== Series Details ==

Series: Add OA functionality to Xe (rev14)
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
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9d1259d9074c7fa6bd8de657d9df14bddae8d515
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Fri May 24 12:01:34 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 573842e9ab57ccd8d6bb68ad55ed2e012e3d5d2f drm-intel
844e657ef3d3 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
3f81f98bcae6 drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
e755ce36d149 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'
-:113: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#113: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 279 lines checked
9f0342cc6154 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'
-: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, 406 lines checked
0e38f978ec16 drm/xe/oa/uapi: Add/remove OA config perf ops
433da1fc1add drm/xe/oa/uapi: Define and parse OA stream properties
01d3a1b624f1 drm/xe/oa: OA stream initialization (OAG)
04e9b273861d drm/xe/oa/uapi: Expose OA stream fd
434c88fde9d2 drm/xe/oa/uapi: Read file_operation
210123f4a301 drm/xe/oa: Add OAR support
1a630389d096 drm/xe/oa: Add OAC support
ba9bad22c08d drm/xe/oa/uapi: Query OA unit properties
d0aa7c4a143e drm/xe/oa/uapi: OA buffer mmap
6de31d7a71e8 drm/xe/oa: Add MMIO trigger support
4ce95488998c drm/xe/oa: Override GuC RC with OA on PVC
7f0265274d1c drm/xe/oa: Changes to OA_TAKEN
9d1259d9074c drm/xe/oa: Enable Xe2+ overrun mode




More information about the Intel-xe mailing list