[Intel-xe] ✗ CI.checkpatch: warning for Add some performance and frequency sysfs nodes (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Tue Sep 26 15:18:47 UTC 2023
== Series Details ==
Series: Add some performance and frequency sysfs nodes (rev2)
URL : https://patchwork.freedesktop.org/series/123164/
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 5eb1ad8399db48773da80f2455351c312af92de7
Author: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
Date: Tue Sep 26 20:11:20 2023 +0530
drm/xe: Add base performance and vram frequency sysfs attributes
This patch adds base performace attributes as well as vram frequency
attributes.
v2: Create a separate performance directory for attributes.
Signed-off-by: Sujaritha Sundaresan <sujaritha.sundaresan at intel.com>
+ /mt/dim checkpatch fc8ec3c56efa5c15b630ddc17c89100440fe03ef drm-intel
398dbf902 drm/xe: Add a couple of pcode helpers
5eb1ad839 drm/xe: Add base performance and 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'
-:27: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#27:
new file mode 100644
-:69: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#69: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:38:
+ err = xe_gt_pcode_read(gt, PVC_PCODE_QOS_MULTIPLIER_GET,
+ PCODE_MBOX_DOMAIN_CHIPLET,
-:108: CHECK:LINE_SPACING: Please don't use multiple blank lines
#108: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:77:
+
+
-:118: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#118: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:87:
+ err = xe_gt_pcode_read(gt, XEHP_PCODE_FREQUENCY_CONFIG,
+ PCODE_MBOX_FC_SC_READ_FUSED_P0,
-:139: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#139: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:108:
+ err = xe_gt_pcode_read(gt, XEHP_PCODE_FREQUENCY_CONFIG,
+ PCODE_MBOX_FC_SC_READ_FUSED_PN,
-:168: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#168: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:137:
+ err = xe_gt_pcode_read(gt, XEHP_PCODE_FREQUENCY_CONFIG,
+ PCODE_MBOX_FC_SC_READ_FUSED_P0,
-:189: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#189: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:158:
+ err = xe_gt_pcode_read(gt, XEHP_PCODE_FREQUENCY_CONFIG,
+ PCODE_MBOX_FC_SC_READ_FUSED_PN,
-:243: CHECK:BRACES: Blank lines aren't necessary before a close brace '}'
#243: FILE: drivers/gpu/drm/xe/xe_gt_freq_sysfs.c:212:
+
+ }
total: 0 errors, 1 warnings, 7 checks, 281 lines checked
More information about the Intel-xe
mailing list