== Series Details == Series: drm/i915: Define and use GuC and CTB TLB invalidation routines (rev3) URL : https://patchwork.freedesktop.org/series/124744/ State : warning == Summary == Error: dim checkpatch failed 5214d0d5d9ab drm/i915: Add GuC TLB Invalidation device info flags 2ee0cfbd271a drm/i915/guc: Add CT size delay helper d86b647b81a9 drm/i915: Define and use GuC and CTB TLB invalidation routines -:411: WARNING:EMBEDDED_FUNCTION_NAME: Prefer using '"%s...", __func__' to using 'fini_tlb_lookup', this function's name, in a string #411: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c:2002: + guc_dbg(guc, "fini_tlb_lookup: Unexpected item in tlb_lookup\n"); total: 0 errors, 1 warnings, 0 checks, 442 lines checked d094564be8e6 drm/i915: No TLB invalidation on suspended GT 863e68385952 drm/i915: No TLB invalidation on wedged GT 1bcbf4c6c3b2 drm/i915/gt: Increase sleep in gt_tlb selftest sanitycheck -:23: ERROR:TRAILING_WHITESPACE: trailing whitespace #23: FILE: drivers/gpu/drm/i915/gt/selftest_tlb.c:140: +^I * Short sleep to sanitycheck the batch is spinning before we begin $ -:29: WARNING:MSLEEP: msleep < 20ms can sleep for up to 20ms; see Documentation/timers/timers-howto.rst #29: FILE: drivers/gpu/drm/i915/gt/selftest_tlb.c:146: + msleep(10); total: 1 errors, 1 warnings, 0 checks, 17 lines checked f84657534d2a drm/i915: Enable GuC TLB invalidations for MTL