✓ CI.checkpatch: success for drm/i915/psr: Implement WA to help reach PC10 (rev6)
Patchwork
patchwork at emeril.freedesktop.org
Mon Nov 18 06:03:41 UTC 2024
== Series Details ==
Series: drm/i915/psr: Implement WA to help reach PC10 (rev6)
URL : https://patchwork.freedesktop.org/series/139512/
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 28df4ca622555c3c3c8a3b5392668f981248a99a
Author: Suraj Kandpal <suraj.kandpal at intel.com>
Date: Wed Nov 6 14:30:59 2024 +0530
drm/i915/psr: Implement WA to help reach PC10
To reach PC10 when PKG_C_LATENCY is configure we must do the following
things
1) Enter PSR1 only when delayed_vblank < 6 lines and DC5 can be entered
2) Allow PSR2 deep sleep when DC5 can be entered
3) DC5 can be entered when all transocoder have either PSR1, PSR2 or
eDP 1.5 PR ALPM enabled and VBI is disabled and flips and pushes are
not happening.
--v2
-Add debug prints
--v3
-use crtc as variable name for intel_crtc [Jani]
-use encoder as variable name for intel_encoder [Jani]
-No changes in intel_dp in compute_config_late [Jani]
--v4
-Remove "check" from naming [Jani]
-Remove intel_encoder variable which is not necessary in
compute_config_late
--v5
-Make readable function names [Jani]
-No need to duplicate all variables into intel_psr [Jani]
-Optimize dpkgc_configured function [Jani]
-Use crtc_state only to decide if wa is needed for PSR1 [Jani]
WA: 22019444797
Signed-off-by: Suraj Kandpal <suraj.kandpal at intel.com>
+ /mt/dim checkpatch 57639ceec0f66f06f4a8a8ac3b9551b7b493c33f drm-intel
28df4ca62255 drm/i915/psr: Implement WA to help reach PC10
More information about the Intel-xe
mailing list