Merge "disp: msm: sde: shorter idle-pc duration in doze mode"
This commit is contained in:

committed by
Gerrit - the friendly Code Review server

commit
0d5e286187
@@ -1893,7 +1893,7 @@ static void _sde_encoder_rc_restart_delayed(struct sde_encoder_virt *sde_enc,
|
|||||||
else
|
else
|
||||||
lp = SDE_MODE_DPMS_ON;
|
lp = SDE_MODE_DPMS_ON;
|
||||||
|
|
||||||
if (lp == SDE_MODE_DPMS_LP2)
|
if ((lp == SDE_MODE_DPMS_LP1) || (lp == SDE_MODE_DPMS_LP2))
|
||||||
idle_pc_duration = IDLE_SHORT_TIMEOUT;
|
idle_pc_duration = IDLE_SHORT_TIMEOUT;
|
||||||
else
|
else
|
||||||
idle_pc_duration = IDLE_POWERCOLLAPSE_DURATION;
|
idle_pc_duration = IDLE_POWERCOLLAPSE_DURATION;
|
||||||
|
Reference in New Issue
Block a user