✗ CI.checkpatch: warning for Add OA functionality to Xe (rev19)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 18 01:52:00 UTC 2024
== Series Details ==
Series: Add OA functionality to Xe (rev19)
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 484ae1235e09aab965f5cd6f1031bebff0355f4c
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Mon Jun 17 18:46:09 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)
Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
+ /mt/dim checkpatch 7f26b37f8cb73f5cf2251d7fff5b55240e04f153 drm-intel
cf6e9221b75a 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'
-:72: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#72:
new file mode 100644
-:156: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#156: FILE: include/uapi/drm/xe_drm.h:119:
+#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, 159 lines checked
f92470eb78da drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
1a0b8b2a159e 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'
-:99: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#99:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 290 lines checked
856308b86a64 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'
-:22: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#22:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 403 lines checked
12e0a9b8b8b0 drm/xe/oa/uapi: Add/remove OA config perf ops
443ba4c9b600 drm/xe/oa/uapi: Define and parse OA stream properties
b32ba79b9ba4 drm/xe/oa: OA stream initialization (OAG)
55742baf8dfe drm/xe/oa/uapi: Expose OA stream fd
c9082e814801 drm/xe/oa/uapi: Read file_operation
e1c93f856c24 drm/xe/oa: Add OAR support
4479620cd634 drm/xe/oa: Add OAC support
a5b94000d688 drm/xe/oa/uapi: Query OA unit properties
d7ce4153915f drm/xe/oa/uapi: OA buffer mmap
c9426df030d4 drm/xe/oa: Add MMIO trigger support
ca96241ab7e1 drm/xe/oa: Override GuC RC with OA on PVC
68e9858da57b drm/xe/oa: Changes to OA_TAKEN
484ae1235e09 drm/xe/oa: Enable Xe2+ overrun mode
More information about the Intel-xe
mailing list