== Series Details == Series: series starting with [CI,1/7] drm/i915/huc: only load HuC on GTs that have VCS engines URL : https://patchwork.freedesktop.org/series/110646/ State : warning == Summary == Error: dim checkpatch failed 0fecd071b686 drm/i915/huc: only load HuC on GTs that have VCS engines -: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/uc/intel_huc.c:227: + GEM_BUG_ON(!gt_is_root(gt) && !gt->info.engine_mask); total: 0 errors, 1 warnings, 0 checks, 59 lines checked b9de6e6b26fb drm/i915/uc: fetch uc firmwares for each GT 37583c3dd028 drm/i915/uc: use different ggtt pin offsets for uc loads -:66: 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 #66: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:704: + GEM_BUG_ON(gt->type == GT_MEDIA && gt->info.id > 1); -:73: 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 #73: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:711: + GEM_BUG_ON(offset + uc_fw->obj->base.size > node->size); -:74: 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 #74: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:712: + GEM_BUG_ON(uc_fw->obj->base.size > INTEL_UC_RSVD_GGTT_PER_FW); total: 0 errors, 3 warnings, 0 checks, 82 lines checked cd4b95d85e50 drm/i915/guc: Add GuC deprivilege feature to MTL 83ee3fe71b5a drm/i915/mtl: Handle wopcm per-GT and limit calculations. -:113: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #113: rename from drivers/gpu/drm/i915/intel_wopcm.c -:278: 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 #278: FILE: drivers/gpu/drm/i915/gt/uc/intel_uc_fw.c:567: + GEM_BUG_ON(!gt->wopcm.size); total: 0 errors, 2 warnings, 0 checks, 240 lines checked 2e84626f574d drm/i915/guc: define media GT GuC send regs a2f8da705f8c drm/i915/guc: handle interrupts from media GuC