[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 19 14:46:05 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev4)
URL : https://patchwork.freedesktop.org/series/54213/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
7854930e939b drm/i915: Prepare for larger CSB status FIFO size
7cbdc840c1d8 drm/i915/icl: Switch to using 12 deep CSB status FIFO
e050519e52a5 drm/i915/icl: Introduce gen11 flush/invalidate
-:25: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#25: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:198:
+#define PIPE_CONTROL_COMMAND_CACHE_INVALIDATE (1<<29) /* gen11+ */
^
-:26: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#26: FILE: drivers/gpu/drm/i915/intel_gpu_commands.h:199:
+#define PIPE_CONTROL_TILE_CACHE_FLUSH (1<<28) /* gen11+ */
^
total: 0 errors, 0 warnings, 2 checks, 81 lines checked
More information about the Intel-gfx
mailing list