== Series Details == Series: drm/i915: Introduce the GSC CS URL : https://patchwork.freedesktop.org/series/110432/ State : warning == Summary == Error: dim checkpatch failed 0cfd9bdf1be5 drm/i915/mtl: add initial definitions for GSC CS 31fe0d686c6a 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 868116c95df8 drm/i915/mtl: add GSC CS interrupt support -:44: 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 #44: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.c:89: + GEM_BUG_ON(gt == media_gt); -:89: WARNING:LINE_SPACING: Missing a blank line after declarations #89: FILE: drivers/gpu/drm/i915/gt/intel_gt_irq.c:125: + struct intel_engine_cs *engine = gt->engine_class[class][instance]; + if (engine) total: 0 errors, 2 warnings, 0 checks, 126 lines checked 603ebc899715 drm/i915/mtl: add GSC CS reset support 2beaa04d916b drm/i915/mtl: don't expose GSC command streamer to the user