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:
Iliyan Malchev 2013-02-15 15:13:25 -08:00
parent ce7028c142
commit 7b3f249b1a
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}