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

Patchwork patchwork at emeril.freedesktop.org
Mon May 27 01:49:54 UTC 2024


== Series Details ==

Series: Add OA functionality to Xe (rev15)
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 a1db6c824226347d6ef7708549dd3dfdf09fa1c5
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Sun May 26 18:43:33 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
57855ae37bb6 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
41ceeeb9c633 drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
700084747817 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
49371c9625da 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
669c40afead8 drm/xe/oa/uapi: Add/remove OA config perf ops
39a22a7a1983 drm/xe/oa/uapi: Define and parse OA stream properties
b35a33907a12 drm/xe/oa: OA stream initialization (OAG)
986f875888ad drm/xe/oa/uapi: Expose OA stream fd
d61b58974d15 drm/xe/oa/uapi: Read file_operation
095516e04672 drm/xe/oa: Add OAR support
0965e23fcb82 drm/xe/oa: Add OAC support
016d8fdb4530 drm/xe/oa/uapi: Query OA unit properties
c5338b2675ad drm/xe/oa/uapi: OA buffer mmap
81d3e3804895 drm/xe/oa: Add MMIO trigger support
82630c066c2d drm/xe/oa: Override GuC RC with OA on PVC
bbcc7ef42d36 drm/xe/oa: Changes to OA_TAKEN
a1db6c824226 drm/xe/oa: Enable Xe2+ overrun mode




More information about the Intel-xe mailing list