✗ CI.checkpatch: warning for drm/xe: Add vram frequency sysfs attributes (rev4)

Patchwork patchwork at emeril.freedesktop.org
Fri Jan 5 12:33:20 UTC 2024


== Series Details ==

Series: drm/xe: Add vram frequency sysfs attributes (rev4)
URL   : https://patchwork.freedesktop.org/series/127800/
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 c9fa441ea6eb2b138ab9b4aa198378a9465309a7
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date:   Fri Jan 5 18:15:03 2024 +0530

    drm/xe: Add vram frequency sysfs attributes
    
    Add vram frequency sysfs attributes under the below hierarchy;
    
    /device/tile#/memory/freq0
                            |-max_freq
                            |-min_freq
    
    v2: Drop "vram" from attribute names (Rodrigo)
    
    v3: Add documentation for new sysfs (Riana)
        Drop prefix from XEHP_PCODE_FREQUENCY_CONFIG (Riana)
    
    v4: Create sysfs under tile#/freq0 after removal of
        physical_memsize attrbute
    
    v5: Revert back to creating sysfs under tile#/memory/freq0
        Remove definition of GT_FREQUENCY_MULTIPLIER (Rodrigo)
    
    v6: Rename attributes to max/min_freq (Anshuman)
        Fix review comments (Rodrigo)
    
    v7: Make documentation more verbose
        Move sysfs to separate file (Anshuman)
    
    v8: Fix platform specific conditions and add kernel docwq (Anshuman)
        Fix typos and remove redundant headers (Riana)
    
    Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
    Reviewed-by: Anshuman Gupta <anshuman.gupta at intel.com>
+ /mt/dim checkpatch 7b3b98d034784b125bad7aca46f9e7a3cfcde45a drm-intel
c9fa441ea drm/xe: Add vram frequency sysfs attributes
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'
-:87: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#87: 
new file mode 100644

total: 0 errors, 1 warnings, 0 checks, 177 lines checked




More information about the Intel-xe mailing list