== Series Details ==

Series: drm/i915/blt: support copying objects
URL   : https://patchwork.freedesktop.org/series/65031/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
ec83ea1eb450 drm/i915/blt: support copying objects
-:14: ERROR:BAD_SIGN_OFF: Unrecognized email address: 'Abdiel Janulgue 
<[email protected]'
#14: 
Cc: Abdiel Janulgue <[email protected]

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

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

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

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

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

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

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

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

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

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

total: 1 errors, 1 warnings, 9 checks, 371 lines checked

_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to