== Series Details == Series: Introduce the GSC CS URL : https://patchwork.freedesktop.org/series/110237/ State : warning == Summary == Error: dim checkpatch failed 9a055873a680 drm/i915/mtl: add initial definitions for GSC CS ddb719782376 drm/i915/mtl: pass the GSC CS info to the GuC -:81: 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 #81: FILE: drivers/gpu/drm/i915/gt/uc/intel_guc_fwif.h:189: + GEM_BUG_ON(class > MAX_ENGINE_CLASS); total: 0 errors, 1 warnings, 0 checks, 59 lines checked e62d625db085 drm/i915/mtl: add GSC CS interrupt support -:40: 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 #40: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.c:89: + GEM_BUG_ON(gt == media_gt); total: 0 errors, 1 warnings, 0 checks, 133 lines checked 4f9506c1fa4d drm/i915/mtl: add GSC CS reset support 237e5c9277d0 drm/i915/mtl: don't expose GSC command streamer to the user