[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Fix TLB invalidate issues with Broadwell (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Wed Jun 29 16:08:19 UTC 2022
== Series Details ==
Series: Fix TLB invalidate issues with Broadwell (rev2)
URL : https://patchwork.freedesktop.org/series/105167/
State : warning
== Summary ==
Error: dim checkpatch failed
b88ec824a39f drm/i915/gt: Ignore TLB invalidations on idle engines
-:132: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'gt' - possible side-effects?
#132: 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)
-:132: CHECK:MACRO_ARG_REUSE: Macro argument reuse 'wf' - possible side-effects?
#132: 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
6708c2ff802b drm/i915/gt: Serialize GRDOM access between multiple engine resets
-:109: 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
8ef9309316e8 drm/i915/gt: Serialize TLB invalidates with GT resets
More information about the Intel-gfx
mailing list