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

Patchwork patchwork at emeril.freedesktop.org
Wed Dec 19 15:55:38 UTC 2018


== Series Details ==

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

== Summary ==

$ dim checkpatch origin/drm-tip
3578a1217c9a drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
9f5924e9ebd6 drm/i915/execlists: Pull the render flush into breadcrumb emission
23f5f5db1a5c 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
b22db96c7b23 drm/i915: Remove redundant trailing request flush
2199246f34cd drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
110a4bef6fb3 drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
7f98eb1806c5 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
3246358dd150 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
9ee4e74f3eb7 drm/i915: Drop unused engine->irq_seqno_barrier w/a



More information about the Intel-gfx mailing list