[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev2)

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 19 12:36:13 UTC 2018


== Series Details ==

Series: series starting with [1/3] drm/i915: Prepare for larger CSB status FIFO size (rev2)
URL   : https://patchwork.freedesktop.org/series/54213/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
d97ce8e81683 drm/i915: Prepare for larger CSB status FIFO size
f97924e82a7c drm/i915/icl: Switch to using 12 deep CSB status FIFO
95173bd5251e 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