✗ CI.checkpatch: warning for drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
Patchwork
patchwork at emeril.freedesktop.org
Fri Jan 5 17:27:59 UTC 2024
== Series Details ==
Series: drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
URL : https://patchwork.freedesktop.org/series/128268/
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
6030b24c1386b00de8187b5fb987e283a57b372a
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 3a49f60a032621fbed5649157b1a72c881ef31b3
Author: Matthew Brost <matthew.brost at intel.com>
Date: Fri Jan 5 08:45:30 2024 -0800
drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
Trace events are uABI. The Xe trace events currently implemented are
developer only and subject to change. Hide all Xe behind
DRM_XE_LOW_LEVEL_TRACEPOINTS so these are free to change going forward.
Cc: Thomas Hellström <thomas.hellstrom at linux.intel.com>
Signed-off-by: Matthew Brost <matthew.brost at intel.com>
+ /mt/dim checkpatch 2f34bf674c7dad8d0cb6ae92d4e56805d63d0513 drm-intel
3a49f60a0 drm/xe: Add DRM_XE_LOW_LEVEL_TRACEPOINTS
-:25: WARNING:CONFIG_DESCRIPTION: please write a help paragraph that fully describes the config symbol
#25: FILE: drivers/gpu/drm/xe/Kconfig.debug:109:
+config DRM_XE_LOW_LEVEL_TRACEPOINTS
+ bool "Enable low level trace events"
+ default n
+ help
+ Choose this option to enable low level trace events.
+
+ Recomended for driver developers only.
+
+ If in doubt, say "N".
total: 0 errors, 1 warnings, 0 checks, 380 lines checked
More information about the Intel-xe
mailing list