[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/2] drm/i915/icl: Implement gen11 flush including tile cache
Patchwork
patchwork at emeril.freedesktop.org
Mon Aug 12 16:38:11 UTC 2019
== Series Details ==
Series: series starting with [1/2] drm/i915/icl: Implement gen11 flush including tile cache
URL : https://patchwork.freedesktop.org/series/65094/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
34ef48906b2c drm/i915/icl: Implement gen11 flush including tile cache
-:27: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#27: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:211:
+#define PIPE_CONTROL_TILE_CACHE_FLUSH (1<<28) /* gen11+ */
^
total: 0 errors, 0 warnings, 1 checks, 82 lines checked
a3c8d341c403 drm/i915/icl: Add command cache invalidate
-:20: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#20: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:211:
+#define PIPE_CONTROL_COMMAND_CACHE_INVALIDATE (1<<29) /* gen11+ */
^
total: 0 errors, 0 warnings, 1 checks, 14 lines checked
More information about the Intel-gfx
mailing list