== Series Details ==

Series: drm/i915/gt: move remaining debugfs interfaces into gt (rev4)
URL   : https://patchwork.freedesktop.org/series/75333/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
88806913668d drm/i915/gt: move remaining debugfs interfaces into gt
-:119: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does 
MAINTAINERS need updating?
#119: 
new file mode 100644

-:443: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#443: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:74:
+               eu_reg[2 * s + 1] = intel_uncore_read(uncore,
+                                                 GEN10_SS23_EU_PGCTL_ACK(s));

-:493: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#493: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:124:
+               eu_reg[2*s] = intel_uncore_read(uncore,
                        ^

-:495: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#495: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:126:
+               eu_reg[2*s + 1] = intel_uncore_read(uncore,
                        ^

-:533: CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#533: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:164:
+                       eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
                                                       ^

-:533: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#533: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:164:
+                       eu_cnt = 2 * hweight32(eu_reg[2*s + ss/2] &
                                                              ^

-:534: CHECK:SPACING: spaces preferred around that '%' (ctx:VxV)
#534: FILE: drivers/gpu/drm/i915/gt/debugfs_sseu.c:165:
+                                              eu_mask[ss%2]);
                                                         ^

total: 0 errors, 1 warnings, 6 checks, 1062 lines checked

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to