== Series Details == Series: drm/i915: Define and use GuC and CTB TLB invalidation routines (rev2) URL : https://patchwork.freedesktop.org/series/125002/ State : warning == Summary == Error: dim checkpatch failed d834878536d9 drm/i915: Add GuC TLB Invalidation device info flags 5a90bbf66c6e drm/i915/guc: Add CT size delay helper 5411acc5ad1f drm/i915: Define and use GuC and CTB TLB invalidation routines -:447: WARNING:MEMORY_BARRIER: memory barrier without comment #447: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:4735: + smp_store_mb(wq_entry->flags, wq_entry->flags & ~WQ_FLAG_WOKEN); total: 0 errors, 1 warnings, 0 checks, 441 lines checked 728f339fcb44 drm/i915: No TLB invalidation on suspended GT 9f06f0c20566 drm/i915: No TLB invalidation on wedged GT 760c6c23e3af drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheck -:32: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #32: FILE: drivers/gpu/drm/i915/gt/selftest_tlb.c:146: + msleep(10); total: 0 errors, 1 warnings, 0 checks, 17 lines checked f02fdd33642c drm/i915: Enable GuC TLB invalidations for MTL