[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: avoid concurrent writes to aux_inv (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 18 05:26:15 UTC 2022
== Series Details ==
Series: drm/i915: avoid concurrent writes to aux_inv (rev6)
URL : https://patchwork.freedesktop.org/series/100772/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
d9e840b8dd7a drm/i915: avoid concurrent writes to aux_inv
-:81: CHECK:BRACES: braces {} should be used on all arms of this statement
#81: FILE: drivers/gpu/drm/i915/gt/gen8_engine_cs.c:309:
+ if (rq->engine->class == VIDEO_DECODE_CLASS)
[...]
+ else if (rq->engine->class == VIDEO_ENHANCEMENT_CLASS)
[...]
+ else {
[...]
-:85: CHECK:BRACES: Unbalanced braces around else statement
#85: FILE: drivers/gpu/drm/i915/gt/gen8_engine_cs.c:313:
+ else {
-:101: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#101: FILE: drivers/gpu/drm/i915/gt/intel_gpu_commands.h:147:
+#define MI_LRI_MMIO_REMAP_EN (1<<17)
^
total: 0 errors, 0 warnings, 3 checks, 68 lines checked
More information about the Intel-gfx
mailing list