drm/amd/display: disablePSR in UpdatePlanes in PassiveLevel
authorCharlene Liu <charlene.liu@amd.com>
Sat, 30 Dec 2017 00:11:58 +0000 (19:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 19 Feb 2018 19:17:34 +0000 (14:17 -0500)
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>
drivers/gpu/drm/amd/display/dc/dce/dce_dmcu.c

index f663adb..48e21ea 100644 (file)
@@ -521,6 +521,9 @@ static void dcn10_dmcu_set_psr_enable(struct dmcu *dmcu, bool enable, bool wait)
        if (dmcu->dmcu_state != DMCU_RUNNING)
                return;
 
+       dcn10_get_dmcu_psr_state(dmcu, &psr_state);
+       if (psr_state == 0 && !enable)
+               return;
        /* waitDMCUReadyForCmd */
        REG_WAIT(MASTER_COMM_CNTL_REG, MASTER_COMM_INTERRUPT, 0,
                                dmcu_wait_reg_ready_interval,