[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915/perf: fix context filtering with GuC & ICL (rev2)

Patchwork patchwork at emeril.freedesktop.org
Fri Jun 1 10:50:45 UTC 2018


== Series Details ==

Series: drm/i915/perf: fix context filtering with GuC & ICL (rev2)
URL   : https://patchwork.freedesktop.org/series/44043/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
46fbdfad6eee drm/i915: drop one bit on the hw_id when using guc
-:28: CHECK:SPACING: spaces preferred around that '<<' (ctx:VxV)
#28: FILE: drivers/gpu/drm/i915/i915_drv.h:1844:
+#define MAX_GUC_CONTEXT_HW_ID (1<<20) /* exclusive */
                                 ^

total: 0 errors, 0 warnings, 1 checks, 36 lines checked
b6a655bcbadd drm/i915/perf: fix ctx_id read with GuC & ICL
-:182: WARNING:LONG_LINE: line over 100 characters
#182: FILE: drivers/gpu/drm/i915/i915_perf.c:1305:
+			((1U << GEN11_ENGINE_INSTANCE_WIDTH) - 1) << (GEN11_ENGINE_INSTANCE_SHIFT - 32) |

total: 0 errors, 1 warnings, 0 checks, 177 lines checked



More information about the Intel-gfx mailing list