[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Per context dynamic (sub)slice power-gating (rev17)

Patchwork patchwork at emeril.freedesktop.org
Thu Jan 24 12:55:51 UTC 2019


== Series Details ==

Series: Per context dynamic (sub)slice power-gating (rev17)
URL   : https://patchwork.freedesktop.org/series/48194/
State : warning

== Summary ==

$ dim checkpatch origin/drm-tip
31376a29500d drm/i915/execlists: Move RPCS setup to context pin
710527107eb4 drm/i915: Record the sseu configuration per-context & engine
6af89d68438f drm/i915/perf: lock powergating configuration to default when active
c0d4eae8ee71 drm/i915: Add timeline barrier support
089a28765b16 drm/i915: Expose RPCS (SSEU) configuration to userspace (Gen11 only)
-:525: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'user->min_eus_per_subslice !=
 		     device->max_eus_per_subslice'
#525: FILE: drivers/gpu/drm/i915/i915_gem_context.c:1177:
+		if ((user->min_eus_per_subslice !=
+		     device->max_eus_per_subslice) ||
+		    (user->max_eus_per_subslice !=
+		     device->max_eus_per_subslice))

-:525: CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'user->max_eus_per_subslice !=
 		     device->max_eus_per_subslice'
#525: FILE: drivers/gpu/drm/i915/i915_gem_context.c:1177:
+		if ((user->min_eus_per_subslice !=
+		     device->max_eus_per_subslice) ||
+		    (user->max_eus_per_subslice !=
+		     device->max_eus_per_subslice))

total: 0 errors, 0 warnings, 2 checks, 501 lines checked
1a01fbae6e99 drm/i915/selftests: Context SSEU reconfiguration tests



More information about the Intel-gfx mailing list