[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Simplify GuC communication handling
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 11 05:25:20 UTC 2019
== Series Details ==
Series: Simplify GuC communication handling
URL : https://patchwork.freedesktop.org/series/70717/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
3f4d1cd323a6 drm/i915/guc: Merge communication_stop and communication_disable
6a2cdf54548f drm/i915/guc/ct: stop expecting multiple CT channels
-:133: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#133: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:173:
+ ct->ctbs[i].desc = blob + PAGE_SIZE/4 * i;
^
-:134: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#134: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:174:
+ ct->ctbs[i].cmds = blob + PAGE_SIZE/4 * i + PAGE_SIZE/2;
^
-:134: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#134: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:174:
+ ct->ctbs[i].cmds = blob + PAGE_SIZE/4 * i + PAGE_SIZE/2;
^
-:195: CHECK:SPACING: spaces preferred around that '/' (ctx:VxV)
#195: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.c:221:
+ PAGE_SIZE/4);
^
-:515: CHECK:LINE_SPACING: Please don't use multiple blank lines
#515: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ct.h:38:
+
total: 0 errors, 0 warnings, 5 checks, 440 lines checked
396ef783e1de drm/i915/guc: remove function pointers for send/receive calls
5ad83c593530 drm/i915/guc: unify notify() functions
b60deedca8ec HAX: force enable_guc=2 and WA i915#571
More information about the Intel-gfx
mailing list