[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v6,1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range

Patchwork patchwork at emeril.freedesktop.org
Wed May 29 15:41:07 UTC 2019


== Series Details ==

Series: series starting with [v6,1/2] drm/i915/gtt: grab wakeref in gen6_alloc_va_range
URL   : https://patchwork.freedesktop.org/series/61323/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
eb05eacc4cba drm/i915/gtt: grab wakeref in gen6_alloc_va_range
514114e05ba7 drm/i915: add in-kernel blitter client
-:38: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#38: 
new file mode 100644

-:403: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#403: FILE: drivers/gpu/drm/i915/gem/i915_gem_object_blt.c:22:
+		*cs++ = XY_COLOR_BLT_CMD | BLT_WRITE_RGBA | (7-2);
 		                                              ^

-:412: CHECK:SPACING: spaces preferred around that '-' (ctx:VxV)
#412: FILE: drivers/gpu/drm/i915/gem/i915_gem_object_blt.c:31:
+		*cs++ = XY_COLOR_BLT_CMD | BLT_WRITE_RGBA | (6-2);
 		                                              ^

-:544: WARNING:LINE_SPACING: Missing a blank line after declarations
#544: FILE: drivers/gpu/drm/i915/gem/selftests/i915_gem_client_blt.c:18:
+	struct rnd_state prng;
+	IGT_TIMEOUT(end);

-:677: WARNING:LINE_SPACING: Missing a blank line after declarations
#677: FILE: drivers/gpu/drm/i915/gem/selftests/i915_gem_object_blt.c:18:
+	struct rnd_state prng;
+	IGT_TIMEOUT(end);

-:778: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#778: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:183:
+#define XY_COLOR_BLT_CMD		(2<<29 | 0x50<<22)
                         		  ^

-:778: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#778: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:183:
+#define XY_COLOR_BLT_CMD		(2<<29 | 0x50<<22)
                         		             ^

total: 0 errors, 3 warnings, 4 checks, 726 lines checked



More information about the Intel-gfx mailing list