summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/core/dc_link.c
diff options
context:
space:
mode:
authorCharlene Liu <charlene.liu@amd.com>2017-08-16 20:25:42 -0400
committerAlex Deucher <alexander.deucher@amd.com>2017-09-26 18:16:49 -0400
commitb05dee52efdcb6286a28be4dddeb450b58591c6d (patch)
tree0acded2615c349eb6a9ff3d6d6bee45f7ab5b58e /drivers/gpu/drm/amd/display/dc/core/dc_link.c
parent1bd4653a29a49f6fd732cd294e0f87b15feec5a8 (diff)
drm/amd/display: fix not enter/exit PSR with latest driver/SBIOS
Signed-off-by: Charlene Liu <charlene.liu@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Acked-by: Harry Wentland <Harry.Wentland@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/display/dc/core/dc_link.c')
-rw-r--r--drivers/gpu/drm/amd/display/dc/core/dc_link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
index d77f0de0f2bf..cab54afa1131 100644
--- a/drivers/gpu/drm/amd/display/dc/core/dc_link.c
+++ b/drivers/gpu/drm/amd/display/dc/core/dc_link.c
@@ -1975,7 +1975,7 @@ bool dc_link_setup_psr(struct dc_link *link,
#if defined(CONFIG_DRM_AMD_DC_DCN1_0)
/*skip power down the single pipe since it blocks the cstate*/
if (ASIC_REV_IS_RAVEN(link->ctx->asic_id.hw_internal_rev))
- psr_context->psr_level.bits.SKIP_SINGLE_OTG_DISABLE = true;
+ psr_context->psr_level.bits.SKIP_SINGLE_OTG_DISABLE = false;
#endif
/* SMU will perform additional powerdown sequence.