mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
drm/i915/psr: Disable PSR/Panel Replay on sink side for PSR only
Enabling/disabling Panel Replay on sink side has to be done before link
training. We can't disable it in sink side on PSR disable.
Fixes: 88ae6c65ec ("drm/i915/psr: Unify panel replay enable/disable sink")
Signed-off-by: Jouni Högander <jouni.hogander@intel.com>
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240618053026.3268759-7-jouni.hogander@intel.com
This commit is contained in:
@@ -1974,13 +1974,13 @@ static void intel_psr_disable_locked(struct intel_dp *intel_dp)
|
||||
}
|
||||
|
||||
/* Disable PSR on Sink */
|
||||
drm_dp_dpcd_writeb(&intel_dp->aux,
|
||||
intel_dp->psr.panel_replay_enabled ?
|
||||
PANEL_REPLAY_CONFIG : DP_PSR_EN_CFG, 0);
|
||||
if (!intel_dp->psr.panel_replay_enabled) {
|
||||
drm_dp_dpcd_writeb(&intel_dp->aux, DP_PSR_EN_CFG, 0);
|
||||
|
||||
if (!intel_dp->psr.panel_replay_enabled &&
|
||||
intel_dp->psr.sel_update_enabled)
|
||||
drm_dp_dpcd_writeb(&intel_dp->aux, DP_RECEIVER_ALPM_CONFIG, 0);
|
||||
if (intel_dp->psr.sel_update_enabled)
|
||||
drm_dp_dpcd_writeb(&intel_dp->aux,
|
||||
DP_RECEIVER_ALPM_CONFIG, 0);
|
||||
}
|
||||
|
||||
intel_dp->psr.enabled = false;
|
||||
intel_dp->psr.panel_replay_enabled = false;
|
||||
|
||||
Reference in New Issue
Block a user