[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/6] drm/i915: Remove redundant trailing request flush
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 28 17:48:37 UTC 2018
== Series Details ==
Series: series starting with [1/6] drm/i915: Remove redundant trailing request flush
URL : https://patchwork.freedesktop.org/series/54529/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
899ae50fee37 drm/i915: Remove redundant trailing request flush
3a98ba1f5685 drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
ec3ad64760c5 drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
f9c7e2696e1d drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen7
-:54: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#54: FILE: drivers/gpu/drm/i915/intel_ringbuffer.c:471:
+}
+static const int gen7_xcs_emit_breadcrumb_sz = 8 + GEN7_XCS_WA * 3;
total: 0 errors, 0 warnings, 1 checks, 110 lines checked
61b16bd6633f drm/i915/ringbuffer: Move irq seqno barrier to the GPU for gen5
-:66: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#66: FILE: drivers/gpu/drm/i915/intel_ringbuffer.c:905:
}
+static const int gen5_emit_breadcrumb_sz = GEN5_WA_STORES * 3 + 2;
total: 0 errors, 0 warnings, 1 checks, 62 lines checked
64c715390115 drm/i915: Drop unused engine->irq_seqno_barrier w/a
More information about the Intel-gfx
mailing list