✗ CI.checkpatch: warning for drm/xe/uapi: Rename xe perf layer as xe observation layer (rev5)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jul 3 17:41:44 UTC 2024
== Series Details ==
Series: drm/xe/uapi: Rename xe perf layer as xe observation layer (rev5)
URL : https://patchwork.freedesktop.org/series/135667/
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 11a1290b2a784b0c68893d58078603e9fbe42bc3
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date: Wed Jul 3 09:48:01 2024 -0700
drm/xe/uapi: Rename xe perf layer as xe observation layer
In Xe, the perf layer allows capture of HW counter streams. These HW
counters are generally performance related but don't have to be necessarily
so. Also, the name "perf" is a carryover from i915 and is not preferred.
Here we propose the name "observation" for this common layer which allows
capture of different types of these counter streams.
v2: Rename observability layer to observation layer and in code
s/obsrv/observation/ (Lucas/Rodrigo)
v3: Rename sysctl file to "observation_paranoid" (from
"xe_observation_paranoid") (Jose)
Fixes: 52c2e956dceb ("drm/xe/perf/uapi: "Perf" layer to support multiple
perf counter stream types")
Fixes: fe8929bdf835 ("drm/xe/perf/uapi: Add perf_stream_paranoid sysctl")
Acked-by: Lucas De Marchi <lucas.demarchi at intel.com>
Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
Reviewed-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa at intel.com>
Acked-by: José Roberto de Souza <jose.souza at intel.com>
+ /mt/dim checkpatch f9bae9be5922368e36324928b898ff4de5280e30 drm-intel
11a1290b2a78 drm/xe/uapi: Rename xe perf layer as xe observation layer
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'
-:21: WARNING:BAD_FIXES_TAG: Please use correct Fixes: style 'Fixes: <12 chars of sha1> ("<title line>")' - ie: 'Fixes: 11a1290b2a78 ("drm/xe/uapi: Rename xe perf layer as xe observation layer")'
#21:
Fixes: 52c2e956dceb ("drm/xe/perf/uapi: "Perf" layer to support multiple
-:240: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#240:
new file mode 100644
-:515: WARNING:LONG_LINE: line length of 127 exceeds 100 columns
#515: FILE: include/uapi/drm/xe_drm.h:119:
+#define DRM_IOCTL_XE_OBSERVATION DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OBSERVATION, struct drm_xe_observation_param)
total: 0 errors, 3 warnings, 0 checks, 477 lines checked
More information about the Intel-xe
mailing list