✗ CI.checkpatch: warning for drm/xe/obsrv: Rename xe perf layer as xe observability layer

Patchwork patchwork at emeril.freedesktop.org
Wed Jul 3 12:17:36 UTC 2024


== Series Details ==

Series: drm/xe/obsrv: Rename xe perf layer as xe observability layer
URL   : https://patchwork.freedesktop.org/series/135658/
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 2d6a3681b02bc2a8c0bbf6c4c31bc6ab67ab31e8
Author: Ashutosh Dixit <ashutosh.dixit at intel.com>
Date:   Tue Jul 2 09:07:40 2024 -0700

    drm/xe/obsrv: Rename xe perf layer as xe observability 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.
    
    In this patch we propose the name "observability" for this common layer
    which allows capture of different types of these counter streams.
    
    Signed-off-by: Ashutosh Dixit <ashutosh.dixit at intel.com>
    Acked-by: Rodrigo Vivi <rodrigo.vivi at intel.com>
    Acked-by: Lucas De Marchi <lucas.demarchi at intel.com>
+ /mt/dim checkpatch 5ca7296d32d5ea4fd002b6adfe05ffda6d654993 drm-intel
2d6a3681b02b drm/xe/obsrv: Rename xe perf layer as xe observability 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'
-:227: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#227: 
new file mode 100644

-:502: WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#502: FILE: include/uapi/drm/xe_drm.h:119:
+#define DRM_IOCTL_XE_OBSRV			DRM_IOW(DRM_COMMAND_BASE + DRM_XE_OBSRV, struct drm_xe_obsrv_param)

total: 0 errors, 2 warnings, 0 checks, 473 lines checked




More information about the Intel-xe mailing list