[Intel-xe] ✗ CI.checkpatch: warning for Adding new frequency sysfs attributes
Patchwork
patchwork at emeril.freedesktop.org
Sat Nov 18 02:24:14 UTC 2023
== Series Details ==
Series: Adding new frequency sysfs attributes
URL : https://patchwork.freedesktop.org/series/126534/
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
63c2b6b160bca2df6efc7bc4cea6f442097d7854
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit d4240a7f38be24558a6da55db1bb8051afeec128
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date: Thu Nov 16 20:00:43 2023 +0530
drm/xe: Add vram frequency sysfs attributes
Add vram rp0/n frequency sysfs attribuites under
/device/../tile<n>/memory/freq/vram_rp0/n_freq
Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
+ /mt/dim checkpatch cb9b702d436952ddec33b020d549c7998cace9e2 drm-intel
180ded122 drm/xe: Moving and renaming existing frequency sysfs attributes
44d6c061d drm/xe: Add memory directory for vram attributes
d9075283b drm/xe: Add throttle reasons 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'
-:56: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#56:
new file mode 100644
-:288: ERROR:TRAILING_WHITESPACE: trailing whitespace
#288: FILE: drivers/gpu/drm/xe/xe_gt_throttle_sysfs.c:228:
+static void gt_throttle_sysfs_fini(struct drm_device *drm, void *arg) $
-:296: ERROR:TRAILING_WHITESPACE: trailing whitespace
#296: FILE: drivers/gpu/drm/xe/xe_gt_throttle_sysfs.c:236:
+void xe_gt_throttle_sysfs_init(struct xe_gt *gt) $
-:302: CHECK:LINE_SPACING: Please don't use multiple blank lines
#302: FILE: drivers/gpu/drm/xe/xe_gt_throttle_sysfs.c:242:
+
+
total: 2 errors, 1 warnings, 1 checks, 306 lines checked
d4240a7f3 drm/xe: Add vram frequency sysfs attributes
-:138: WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 8)
#138: FILE: drivers/gpu/drm/xe/xe_tile_sysfs.c:139:
+ if (xe->info.platform == XE_PVC) {
+ err = sysfs_create_files(kobj2, vram_freq_attrs);
total: 0 errors, 1 warnings, 0 checks, 126 lines checked
More information about the Intel-xe
mailing list