mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
msm: display: clear suspend flag at end of mdp4_dsi_video_on
Signed-off-by: Iliyan Malchev <malchev@google.com>
This commit is contained in:
parent
ce7028c142
commit
7b3f249b1a
1 changed files with 2 additions and 2 deletions
|
@ -619,8 +619,6 @@ int mdp4_dsi_video_on(struct platform_device *pdev)
|
|||
pipe = vctrl->base_pipe;
|
||||
}
|
||||
|
||||
atomic_set(&vctrl->suspend, 0);
|
||||
|
||||
pipe->src_height = fbi->var.yres;
|
||||
pipe->src_width = fbi->var.xres;
|
||||
pipe->src_h = fbi->var.yres;
|
||||
|
@ -733,6 +731,8 @@ int mdp4_dsi_video_on(struct platform_device *pdev)
|
|||
mdp4_overlay_dsi_video_start();
|
||||
mutex_unlock(&mfd->dma->ov_mutex);
|
||||
|
||||
atomic_set(&vctrl->suspend, 0);
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue