✗ CI.checkpatch: warning for drm/xe: Add vram frequency sysfs attributes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Thu Jan 4 01:39:42 UTC 2024
== Series Details ==
Series: drm/xe: Add vram frequency sysfs attributes (rev2)
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 f7a155df420aa83504b6e90b836d4646f74df1e5
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date: Tue Jan 2 10:57:48 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 docuemntation more verbose
Move sysfs to separate file (Anshuman)
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
f7a155df4 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'
-:84: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#84:
new file mode 100644
-:213: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#213: FILE: drivers/gpu/drm/xe/xe_vram_freq.c:125:
+
+}
-:215: CHECK:LINE_SPACING: Please don't use multiple blank lines
#215: FILE: drivers/gpu/drm/xe/xe_vram_freq.c:127:
+
+
total: 0 errors, 1 warnings, 2 checks, 178 lines checked
More information about the Intel-xe
mailing list