[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [1/9] drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation (rev4)
Patchwork
patchwork at emeril.freedesktop.org
Wed Dec 19 19:30:20 UTC 2018
== Series Details ==
Series: series starting with [1/9] drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation (rev4)
URL : https://patchwork.freedesktop.org/series/54285/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
0f84807bc887 drm/i915: Remove HW semaphores for gen7 inter-engine synchronisation
f47429a3f787 drm/i915/execlists: Pull the render flush into breadcrumb emission
b9711280291c 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
c93d4a8ef91f drm/i915: Remove redundant trailing request flush
56d38a45dd04 drm/i915/ringbuffer: Remove irq-seqno w/a for gen6/7 rcs
309c6a53fe5d drm/i915/ringbuffer: Remove irq-seqno w/a for gen6 xcs
5adb4cef2bd6 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
8b8443d13146 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
8936bdf258cf drm/i915: Drop unused engine->irq_seqno_barrier w/a
More information about the Intel-gfx
mailing list