== Series Details == Series: drm/i915: Define and use GuC and CTB TLB invalidation routines (rev2) URL : https://patchwork.freedesktop.org/series/124744/ State : warning == Summary == Error: dim checkpatch failed e44ffdf14c0b drm/i915: Add GuC TLB Invalidation device info flags d57c779f7d68 drm/i915/guc: Add CT size delay helper de4bef329bd4 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 05b6153f0d8e drm/i915: No TLB invalidation on suspended GT 774631eb2723 drm/i915: No TLB invalidation on wedged GT a81ca53dd7f1 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 b387a13104b1 drm/i915: Enable GuC TLB invalidations for MTL