summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2017-02-09 13:16:12 -0800
committerGerrit - the friendly Code Review server <code-review@localhost>2017-02-09 13:16:12 -0800
commit29c858c85185aa0560fa434c65f5dbef4a7245bd (patch)
tree2b2c4eb7d41048ff32d8a8604d42980a5d331534 /drivers
parent6a319030aad8010bdcb07f7b712d9b84eefaa643 (diff)
parent48b0c8c280826f997f9e31bde0538be190a748d3 (diff)
Merge "msm: ext_display: increase timeout value to 5 seconds"
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/fbdev/msm/msm_ext_display.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/msm/msm_ext_display.c b/drivers/video/fbdev/msm/msm_ext_display.c
index 30f8ca0487a7..d74b1432ea71 100644
--- a/drivers/video/fbdev/msm/msm_ext_display.c
+++ b/drivers/video/fbdev/msm/msm_ext_display.c
@@ -381,7 +381,7 @@ static int msm_ext_disp_process_display(struct msm_ext_disp *ext_disp,
}
reinit_completion(&ext_disp->hpd_comp);
- ret = wait_for_completion_timeout(&ext_disp->hpd_comp, HZ * 2);
+ ret = wait_for_completion_timeout(&ext_disp->hpd_comp, HZ * 5);
if (!ret) {
pr_err("display timeout\n");
ret = -EINVAL;