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

Patchwork patchwork at emeril.freedesktop.org
Tue May 21 21:03:55 UTC 2019


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
c2a5e301596f drm/i915/gtt: grab wakeref in gen6_alloc_va_range
dd9e058b9d33 drm/i915: add in-kernel blitter client
-:43: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#43: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:183:
+#define XY_COLOR_BLT_CMD		(2<<29 | 0x50<<22)
                         		  ^

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

-:48: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#48: 
new file mode 100644

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

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

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

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

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



More information about the Intel-gfx mailing list