[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 19 13:29:28 UTC 2018
== Series Details ==
Series: series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev3)
URL : https://patchwork.freedesktop.org/series/54213/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
4bb9b3e03530 drm/i915: Prepare for larger CSB status FIFO size
052bef3b5275 drm/i915/icl: Switch to using 12 deep CSB status FIFO
b7be7041732e 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