== Series Details == Series: i915: Add "standalone media" support for MTL (rev4) URL : https://patchwork.freedesktop.org/series/107908/ State : warning == Summary == Error: dim checkpatch failed c661b3282c5a drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume} 4c204c08be6f drm/i915: Only hook up uncore->debug for primary uncore 010f263f4b04 drm/i915: Use managed allocations for extra uncore objects a16b305625aa drm/i915: Drop intel_gt_tile_cleanup() bbded340bce5 drm/i915: Prepare more multi-GT initialization -:20: WARNING:TYPO_SPELLING: 'forseeable' may be misspelled - perhaps 'foreseeable'? #20: forseeable future. (Jani) ^^^^^^^^^^ -:75: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "gtdef->name" #75: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:839: + gtdef->name != NULL; total: 0 errors, 1 warnings, 1 checks, 154 lines checked f741cc27d52c drm/i915: Rename and expose common GT early init routine 21b959602cb9 drm/i915: Use a DRM-managed action to release the PCI bridge device 32733d6164a6 drm/i915: Initialize MMIO access for each GT 5dd04650b127 drm/i915: Handle each GT on init/release and suspend/resume 681cf57bc1a1 drm/i915/uncore: Add GSI offset to uncore c0008bff7ae6 drm/i915/mtl: Add gsi_offset when emitting aux table invalidation 3c57ee4c6106 drm/i915/xelpmp: Expose media as another GT Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' Traceback (most recent call last): File "scripts/spdxcheck.py", line 11, in <module> import git ModuleNotFoundError: No module named 'git' -:85: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #85: new file mode 100644 -:121: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!uncore->regs" #121: FILE: drivers/gpu/drm/i915/gt/intel_sa_media.c:32: + if (drm_WARN_ON(&i915->drm, uncore->regs == NULL)) total: 0 errors, 1 warnings, 1 checks, 130 lines checked da4f6c934628 drm/i915/mtl: Use primary GT's irq lock for media GT -:85: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment #85: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:791: + spinlock_t *irq_lock; -:231: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment #231: FILE: drivers/gpu/drm/i915/gt/intel_gt_types.h:166: + spinlock_t *irq_lock; total: 0 errors, 0 warnings, 2 checks, 477 lines checked b6f222748eb1 drm/i915/mtl: Hook up interrupts for standalone media