✗ CI.checkpatch: warning for drm/i915/display: DMC wakelock implementation (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Fri Apr 12 12:44:38 UTC 2024
== Series Details ==
Series: drm/i915/display: DMC wakelock implementation (rev6)
URL : https://patchwork.freedesktop.org/series/128628/
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
c87357e7f6655908c0934a4f55fadf5b9aa9e88f
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit cd5a399dc27d67173213f20de19138543b233672
Author: Luca Coelho <luciano.coelho at intel.com>
Date: Fri Apr 12 12:41:48 2024 +0300
drm/i915/display: tie DMC wakelock to DC5/6 state transitions
We only need DMC wakelocks when we allow DC5 and DC6 states. Add the
calls to enable and disable DMC wakelock accordingly.
Reviewed-by: Uma Shankar <uma.shankar at intel.com>
Signed-off-by: Luca Coelho <luciano.coelho at intel.com>
+ /mt/dim checkpatch 13ece134d9f58473658e6cd80cc23fba3a4fb0d3 drm-intel
381e51e3e0cb drm/i915/display: add support for DMC wakelocks
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'
-:246: WARNING:FILE_PATH_CHANGES: added, moved or deleted file(s), does MAINTAINERS need updating?
#246:
new file mode 100644
total: 0 errors, 1 warnings, 0 checks, 467 lines checked
6fa4fd562599 drm/i915/display: don't allow DMC wakelock on older hardware
2068afc5b281 drm/i915/display: add module parameter to enable DMC wakelock
-:22: CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open parenthesis
#22: FILE: drivers/gpu/drm/i915/display/intel_display_params.c:120:
+intel_display_param_named_unsafe(enable_dmc_wl, bool, 0400,
+ "Enable DMC wakelock "
total: 0 errors, 0 warnings, 1 checks, 36 lines checked
cd5a399dc27d drm/i915/display: tie DMC wakelock to DC5/6 state transitions
More information about the Intel-xe
mailing list