== Series Details == Series: Enable Wa_14019159160 and Wa_16019325821 for MTL (rev2) URL : https://patchwork.freedesktop.org/series/123813/ State : warning == Summary == Error: dim checkpatch failed 2cf2fda84a87 drm/i915: Enable Wa_16019325821 d54c40303399 drm/i915/guc: Add support for w/a KLVs -:104: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #104: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c:824: + GEM_BUG_ON(iosys_map_is_null(&guc->ads_map)); total: 0 errors, 1 warnings, 0 checks, 159 lines checked 502e51ffa75f drm/i915/guc: Enable Wa_14019159160 -:100: WARNING:AVOID_BUG: Do not crash the kernel unless it is absolutely unavoidable--use WARN_ON_ONCE() plus recovery code (if feasible) instead of BUG() or variants #100: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_ads.c:825: + GEM_BUG_ON(remain < size); total: 0 errors, 1 warnings, 0 checks, 99 lines checked 138f15b40126 drm/i915/mtl: Add module parameter override for Wa_16019325821/Wa_14019159160 -:66: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis #66: FILE: drivers/gpu/drm/i915/i915_params.c:138: +i915_param_named(enable_mtl_rcs_ccs_wa, bool, 0400, + "Enable the RCS/CCS switchout hold workaround for MTL (only some workloads are affected by issue and w/a has a performance penalty) (default:false)"); total: 0 errors, 0 warnings, 1 checks, 43 lines checked