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

Patchwork patchwork at emeril.freedesktop.org
Thu Jun 8 07:42:59 UTC 2023


== Series Details ==

Series: drm/xe: Add sysfs entry for tile and relate it to GTs (rev3)
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 e5b848965fd53dfa2d9c7b84261f1da049f71ea9
Author: Tejas Upadhyay <tejas.upadhyay at intel.com>
Date:   Thu Jun 8 13:15:44 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.
    
    V3:
      - Exclude DG1, replace sysfs_create_file/files - Aravind
    V2:
      - Use DEVICE_ATTR_RO - Aravind
      - Dont put kobj on sysfs_file_create fail - Himal
      - Skip addr_range sysfs create for non dgfx - Himal
    
    Signed-off-by: Tejas Upadhyay <tejas.upadhyay at intel.com>
+ /mt/dim checkpatch f093641a9cd6fa9a5a8dd6577746904fb9ac9e12 drm-intel
712604d80 drm/xe: Add sysfs entry for 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'
-:78: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#78: 
new file mode 100644

-:102: WARNING:CONST_STRUCT: struct kobj_type should normally be const
#102: 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, 146 lines checked
5d9a523eb drm/xe: Add GTs under respective tile sysfs
e5b848965 drm/xe: Add sysfs entry to report per tile memory size




More information about the Intel-xe mailing list