✗ CI.checkpatch: warning for drm/i915/psr: Add PSR pause/resume reference count
Patchwork
patchwork at emeril.freedesktop.org
Fri Mar 14 06:56:06 UTC 2025
== Series Details ==
Series: drm/i915/psr: Add PSR pause/resume reference count
URL : https://patchwork.freedesktop.org/series/146285/
State : warning
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
cbb4e4a079d89106c2736adc3c7de6f9dc56da07
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 116c21c61164ad9332cf7842839c0a538fda831e
Author: Jouni Högander <jouni.hogander at intel.com>
Date: Fri Mar 14 08:50:15 2025 +0200
drm/i915/psr: Add PSR pause/resume reference count
We have now seen this:
<4> [2120.434153] i915 0000:00:02.0: [drm] drm_WARN_ON(psr->paused)
<4> [2120.434196] WARNING: CPU: 3 PID: 4430 at drivers/gpu/drm/i915/display/intel_psr.c:2227 intel_psr_pause+0x16e/0x180 [i915]
Comment for drm_WARN_ON(display->drm, psr->paused) in intel_psr_pause says:
"If we ever hit this, we will need to add refcount to pause/resume"
This patch is implementing PSR pause/resume refcount.
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
+ /mt/dim checkpatch 92c2fc230c1da008b318974d7ce5bd41a7820ca3 drm-intel
116c21c61164 drm/i915/psr: Add PSR pause/resume reference count
-:12: WARNING:COMMIT_LOG_LONG_LINE: Prefer a maximum 75 chars per line (possible unwrapped commit description?)
#12:
<4> [2120.434196] WARNING: CPU: 3 PID: 4430 at drivers/gpu/drm/i915/display/intel_psr.c:2227 intel_psr_pause+0x16e/0x180 [i915]
total: 0 errors, 1 warnings, 0 checks, 66 lines checked
More information about the Intel-xe
mailing list