[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fix TLB invalidate issues with Broadwell

Patchwork patchwork at emeril.freedesktop.org
Wed Jun 15 17:26:18 UTC 2022


== Series Details ==

Series: Fix TLB invalidate issues with Broadwell
URL   : https://patchwork.freedesktop.org/series/105167/
State : warning

== Summary ==

Error: dim checkpatch failed
f4a32c9a2c4b drm/i915/gt: Ignore TLB invalidations on idle engines
-:135: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'gt' - possible side-effects?
#135: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm.h:58:
+#define with_intel_gt_pm_if_awake(gt, wf) \
+	for (wf = intel_gt_pm_get_if_awake(gt); wf; intel_gt_pm_put_async(gt), wf = 0)

-:135: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'wf' - possible side-effects?
#135: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm.h:58:
+#define with_intel_gt_pm_if_awake(gt, wf) \
+	for (wf = intel_gt_pm_get_if_awake(gt); wf; intel_gt_pm_put_async(gt), wf = 0)

total: 0 errors, 0 warnings, 2 checks, 95 lines checked
81db701fd3ad drm/i915/gt: Invalidate TLB of the OA unit at TLB invalidations
8cf10580267f drm/i915/gt: Skip TLB invalidations once wedged
dff31200063a drm/i915/gt: Only invalidate TLBs exposed to user manipulation
-:11: WARNING:REPEATED_WORD: Possible repeated word: 'of'
#11: 
control of the kernel, as there's no risk of of concurrent access

total: 0 errors, 1 warnings, 0 checks, 9 lines checked
93a8fff3630a drm/i915/gt: Serialize GRDOM access between multiple engine resets
-:111: WARNING:FROM_SIGN_OFF_MISMATCH: From:/Signed-off-by: email address mismatch: 'From: Chris Wilson <chris.p.wilson at intel.com>' != 'Signed-off-by: Chris Wilson <chris at chris-wilson.co.uk>'

total: 0 errors, 1 warnings, 0 checks, 77 lines checked
8c4f0ef22248 drm/i915/gt: Serialize TLB invalidates with GT resets




More information about the Intel-gfx mailing list