[Intel-xe] ✗ CI.checkpatch: warning for drm/xe: Add sysfs entry for tile and relate it to GTs

Patchwork patchwork at emeril.freedesktop.org
Tue Jun 6 11:10:02 UTC 2023


== Series Details ==

Series: drm/xe: Add sysfs entry for tile and relate it to GTs
URL   : https://patchwork.freedesktop.org/series/118927/
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
c7d32770e3cd31d9fc134ce41f329b10aa33ee15
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 2c157070c04441bb35c5c3472a2224302eaec490
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Tue Jun 6 16:42:55 2023 +0530

    drm/xe: Add sysfs entry to report per tile memory size
    
    Add sysfs entry to read per tile physical memory
    including stolen memory.
    
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch ee454cf4046170833f005c9591fb80a67df81f07 drm-intel
dc3c3d6af drm/xe: Add sysfs entry per tile
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'
-:73: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#73: 
new file mode 100644

-:97: WARNING:CONST_STRUCT: struct kobj_type should normally be const
#97: FILE: drivers/gpu/drm/xe/xe_tile_sysfs.c:20:
+static struct kobj_type xe_tile_sysfs_kobj_type = {

total: 0 errors, 2 warnings, 0 checks, 143 lines checked
3ce966652 drm/xe: Add GTs under respective tile sysfs
2c157070c drm/xe: Add sysfs entry to report per tile memory size




More information about the Intel-xe mailing list