== Series Details == Series: i915: freq caps and perf_limit_reasons changes for MTL (rev2) URL : https://patchwork.freedesktop.org/series/108091/ State : warning == Summary == Error: dim checkpatch failed 7c1612061058 drm/i915: Prepare more multi-GT initialization -:22: WARNING:TYPO_SPELLING: 'forseeable' may be misspelled - perhaps 'foreseeable'? #22: forseeable future. (Jani) ^^^^^^^^^^ -:77: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "gtdef->name" #77: FILE: drivers/gpu/drm/i915/gt/intel_gt.c:859: + gtdef->name != NULL; total: 0 errors, 1 warnings, 1 checks, 154 lines checked 48b942c1a84c drm/i915: Rename and expose common GT early init routine 823b9373f852 drm/i915/uncore: Add GSI offset to uncore cefd9dfae66a 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' -:87: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating? #87: new file mode 100644 -:123: CHECK:COMPARISON_TO_NULL: Comparison to NULL could be written "!uncore->regs" #123: 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 a155005ece00 drm/i915/gt: Fix perf limit reasons bit positions bd6797adb94f drm/i915/debugfs: Add perf_limit_reasons in debugfs -:33: CHECK:SPACING: spaces preferred around that '*' (ctx:ExV) #33: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c:664: + *val = intel_uncore_read(gt->uncore, GT0_PERF_LIMIT_REASONS); ^ total: 0 errors, 0 warnings, 1 checks, 50 lines checked a6302c2a5d25 drm/i915/mtl: PERF_LIMIT_REASONS changes for MTL -:52: CHECK:SPACING: spaces preferred around that '*' (ctx:ExV) #52: FILE: drivers/gpu/drm/i915/gt/intel_gt_pm_debugfs.c:664: + *val = intel_uncore_read(gt->uncore, intel_gt_perf_limit_reasons_reg(gt)); ^ total: 0 errors, 0 warnings, 1 checks, 66 lines checked 8c2310e08f2a drm/i915/rps: Freq caps for MTL