diff --git a/drivers/video/msm/mdp4_overlay.c b/drivers/video/msm/mdp4_overlay.c index 383a16d44dd..b706c66de85 100644 --- a/drivers/video/msm/mdp4_overlay.c +++ b/drivers/video/msm/mdp4_overlay.c @@ -2263,7 +2263,9 @@ int mdp4_overlay_play_wait(struct fb_info *info, struct msmfb_overlay_data *req) if (mutex_lock_interruptible(&mfd->dma->ov_mutex)) return -EINTR; +#ifdef CONFIG_FB_MSM_DTV mdp4_overlay_dtv_wait_for_ov(mfd, pipe); +#endif mutex_unlock(&mfd->dma->ov_mutex);