summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2018-05-01 06:26:41 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-05-01 06:26:41 -0700
commit2223ffa69b6f32b7018a7f155e4e1bc03f7da373 (patch)
tree54c80e9008a466590e0dc58625f104c38aba2a9f
parente6e01da7c42868011cbed799490c2b24075ce496 (diff)
parent36a4671970254ab37b1986f8a6efdcc4b316d75f (diff)
Merge "drm/msm/sde: increase gpu input fence timeout to 10 seconds"
-rw-r--r--drivers/gpu/drm/msm/sde/sde_crtc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/gpu/drm/msm/sde/sde_crtc.c b/drivers/gpu/drm/msm/sde/sde_crtc.c
index 829cb11f79c8..cd00ab4b4a81 100644
--- a/drivers/gpu/drm/msm/sde/sde_crtc.c
+++ b/drivers/gpu/drm/msm/sde/sde_crtc.c
@@ -39,10 +39,10 @@
#include "sde_trace.h"
/* default input fence timeout, in ms */
-#define SDE_CRTC_INPUT_FENCE_TIMEOUT 2000
+#define SDE_CRTC_INPUT_FENCE_TIMEOUT 10000
/*
- * The default input fence timeout is 2 seconds while max allowed
+ * The default input fence timeout is 10 seconds while max allowed
* range is 10 seconds. Any value above 10 seconds adds glitches beyond
* tolerance limit.
*/