✓ CI.checkpatch: success for drm/i915/dmc_wl: Support extra values for dmc_wl_enable for debugging
Patchwork
patchwork at emeril.freedesktop.org
Fri Dec 20 00:01:14 UTC 2024
== Series Details ==
Series: drm/i915/dmc_wl: Support extra values for dmc_wl_enable for debugging
URL : https://patchwork.freedesktop.org/series/142854/
State : success
== 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
30ab6715fc09baee6cc14cb3c89ad8858688d474
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 9444e39cd750b2672bbeb280ead4056ac1d85abd
Author: Gustavo Sousa <gustavo.sousa at intel.com>
Date: Thu Dec 19 19:14:16 2024 -0300
drm/i915/dmc_wl: Allow enable_dmc_wl=3 to mean "always locked"
When debugging issues that might be related to the DMC wakelock code, it
might be useful to compare runs with the lock acquired while DC states
are enabled vs the regular case. If issues disappear with the former, it
might be a symptom of something wrong in our code. Support having this
"always locked" behavior with enable_dmc_wl=3.
Signed-off-by: Gustavo Sousa <gustavo.sousa at intel.com>
+ /mt/dim checkpatch 764b5dbd7c2666300f18682978e43c57d8607f7b drm-intel
1a1ad14d6bb1 drm/i915/dmc_wl: Use enum values for enable_dmc_wl
f7b4271f376c drm/i915/dmc_wl: Show description string for enable_dmc_wl
28e901e0e656 drm/i915/dmc_wl: Allow enable_dmc_wl=2 to mean "match any register"
9444e39cd750 drm/i915/dmc_wl: Allow enable_dmc_wl=3 to mean "always locked"
More information about the Intel-xe
mailing list