[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation (rev3)

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 19 17:12:56 UTC 2018


== Series Details ==

Series: series starting with [1/9] drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation (rev3)
URL   : https://patchwork.freedesktop.org/series/54285/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
dd18acd49bb2 drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
f0b93d301db9 drm/i915/execlists: Pull the render flush into breadcrumb emission
303ed6ddd8b9 drm/i915/ringbuffer: Pull the render flush into breadcrumb emission
-:82: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#82: FILE: drivers/gpu/drm/i915/intel_ringbuffer.c:332:
+}
+static const int gen6_rcs_emit_breadcrumb_sz = 14;

-:110: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#110: FILE: drivers/gpu/drm/i915/intel_ringbuffer.c:432:
+}
+static const int gen7_rcs_emit_breadcrumb_sz = 6;

-:122: CHECK:LINE_SPACING: Please use a blank line after function/struct/union/enum declarations
#122: FILE: drivers/gpu/drm/i915/intel_ringbuffer.c:444:
+}
+static const int gen6_xcs_emit_breadcrumb_sz = 4;

total: 0 errors, 0 warnings, 3 checks, 185 lines checked
b376ae479b23 drm/i915: Remove redundant trailing request flush
d56fe06b0732 drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
49b0742dacee drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
4eaf8067ca16 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
4945e36c6334 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
c3b315a05c48 drm/i915: Drop unused engine->irq_seqno_barrier w/a



More information about the Intel-gfx mailing list