✗ CI.checkpatch: warning for drm/i915/display: Add no_psr_reason to PSR debugfs (rev7)
Patchwork
patchwork at emeril.freedesktop.org
Fri Jul 11 18:01:07 UTC 2025
== Series Details ==
Series: drm/i915/display: Add no_psr_reason to PSR debugfs (rev7)
URL : https://patchwork.freedesktop.org/series/148957/
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
43254c2aa575037fc031c7ac21b0d031c700b2bf
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit f225a25dd1977b32d42cc7ff0f77809743934cf2
Author: Michał Grzelak <michal.grzelak at intel.com>
Date: Fri Jul 11 18:49:59 2025 +0200
drm/i915/display: Add no_psr_reason to PSR debugfs
There is no reason in debugfs why PSR has been disabled. Add
no_psr_reason field into struct intel_psr. Write the reason,
e.g. PSR setup timing not met, into proper PSR debugfs file.
Clean it when PSR is activated.
Signed-off-by: Michał Grzelak <michal.grzelak at intel.com>
+ /mt/dim checkpatch 63c7eef609dde585843b5aa6b8f078c211a556fb drm-intel
f225a25dd197 drm/i915/display: Add no_psr_reason to PSR debugfs
-:73: ERROR:CODE_INDENT: code indent should use tabs where possible
#73: FILE: drivers/gpu/drm/i915/display/intel_psr.c:2955:
+^I^I^I psr->no_psr_reason = "Wa_1136";$
total: 1 errors, 0 warnings, 0 checks, 76 lines checked
More information about the Intel-xe
mailing list