[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for i915: Add "standalone media" support for MTL (rev5)

Patchwork patchwork at emeril.freedesktop.org
Thu Sep 8 23:05:13 UTC 2022


== Series Details ==

Series: i915: Add "standalone media" support for MTL (rev5)
URL   : https://patchwork.freedesktop.org/series/107908/
State : warning

== Summary ==

Error: dim checkpatch failed
6c1062d5ca5c drm/i915: Move locking and unclaimed check into mmio_debug_{suspend, resume}
7177653099aa drm/i915: Only hook up uncore->debug for primary uncore
b8d94f04c11c drm/i915: Use managed allocations for extra uncore objects
e00663c87b21 drm/i915: Drop intel_gt_tile_cleanup()
40d07a66a0bc drm/i915: Prepare more multi-GT initialization
-:20: WARNING:TYPO_SPELLING: 'forseeable' may be misspelled - perhaps 'foreseeable'?
#20: 
   forseeable future.  (Jani)
   ^^^^^^^^^^

-:76: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "gtdef->name"
#76: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:839:
+	     gtdef->name != NULL;

total: 0 errors, 1 warnings, 1 checks, 154 lines checked
007ad6461e71 drm/i915: Rename and expose common GT early init routine
01c3e55744fd drm/i915: Use a DRM-managed action to release the PCI bridge device
1a7a252e05ce drm/i915: Initialize MMIO access for each GT
d6c997444feb drm/i915: Handle each GT on init/release and suspend/resume
ff941b5b951f drm/i915/uncore: Add GSI offset to uncore
efbcfb77e435 drm/i915/mtl: Add gsi_offset when emitting aux table invalidation
4dcce833b95f drm/i915/xelpmp: Expose media as another GT
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
Traceback (most recent call last):
  File "scripts/spdxcheck.py", line 6, in <module>
    from ply import lex, yacc
ModuleNotFoundError: No module named 'ply'
-:86: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#86: 
new file mode 100644

-:122: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!uncore->regs"
#122: 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
03860f169e2f drm/i915/mtl: Use primary GT's irq lock for media GT
-:86: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#86: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:791:
+		spinlock_t *irq_lock;

-:232: CHECK:UNCOMMENTED_DEFINITION: spinlock_t definition without comment
#232: 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
5b0125fed70d drm/i915/mtl: Hook up interrupts for standalone media




More information about the Intel-gfx mailing list