✗ CI.checkpatch: warning for Add OA functionality to Xe (rev17)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 12 02:11:51 UTC 2024
== Series Details ==
Series: Add OA functionality to Xe (rev17)
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 44d5d3af42a15d04c022657392d1ddd069ba90b8
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Tue Jun 11 19:05:31 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 1340288da1f2a87e92a52d4e86a7247e4687bd62 drm-intel
e145d2282666 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'
-:71: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#71:
new file mode 100644
-:155: WARNING:LONG_LINE: line length of 113 exceeds 100 columns
#155: 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
626e2fda7681 drm/xe/perf/uapi: Add perf_stream_paranoid sysctl
419e526042ce 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'
-: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, 290 lines checked
773e5ee4509f 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'
-:21: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#21:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 403 lines checked
5c58d4bbef54 drm/xe/oa/uapi: Add/remove OA config perf ops
1c9b8c28cb30 drm/xe/oa/uapi: Define and parse OA stream properties
988fbc57d9d6 drm/xe/oa: OA stream initialization (OAG)
da0e2feb64f0 drm/xe/oa/uapi: Expose OA stream fd
1b13aa6227c9 drm/xe/oa/uapi: Read file_operation
68fb0605c17a drm/xe/oa: Add OAR support
b18abf21e4c5 drm/xe/oa: Add OAC support
a707b8697b9c drm/xe/oa/uapi: Query OA unit properties
46399eded500 drm/xe/oa/uapi: OA buffer mmap
156629fd7a23 drm/xe/oa: Add MMIO trigger support
289c1fa081d8 drm/xe/oa: Override GuC RC with OA on PVC
0f2ec4310303 drm/xe/oa: Changes to OA_TAKEN
44d5d3af42a1 drm/xe/oa: Enable Xe2+ overrun mode
More information about the Intel-xe
mailing list