[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Tue Nov 13 15:26:50 UTC 2018
== Series Details ==
Series: Per context dynamic (sub)slice power-gating (rev7)
URL : https://patchwork.freedesktop.org/series/48194/
State : warning
== Summary ==
$ dim checkpatch origin/drm-tip
e5e9458e7692 drm/i915/execlists: Move RPCS setup to context pin
5c2565cbc409 drm/i915: Record the sseu configuration per-context & engine
111ba44372b7 drm/i915/perf: lock powergating configuration to default when active
519b5713792c drm/i915: Add timeline barrier support
6f3ff0f5558a drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
-:47: WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#47:
v2: Fix offset of CTX_R_PWR_CLK_STATE in intel_lr_context_set_sseu() (Lionel)
-:496: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'user->min_eus_per_subslice !=
device->max_eus_per_subslice'
#496: FILE: drivers/gpu/drm/i915/i915_gem_context.c:1175:
+ if ((user->min_eus_per_subslice !=
+ device->max_eus_per_subslice) ||
+ (user->max_eus_per_subslice !=
+ device->max_eus_per_subslice))
-:496: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'user->max_eus_per_subslice !=
device->max_eus_per_subslice'
#496: FILE: drivers/gpu/drm/i915/i915_gem_context.c:1175:
+ if ((user->min_eus_per_subslice !=
+ device->max_eus_per_subslice) ||
+ (user->max_eus_per_subslice !=
+ device->max_eus_per_subslice))
total: 0 errors, 1 warnings, 2 checks, 479 lines checked
d06e39a5d493 drm/i915/icl: Support co-existence between per-context SSEU and OA
More information about the Intel-gfx
mailing list