Merge "drm/msm/sde: increase gpu input fence timeout to 10 seconds"

This commit is contained in:
Linux Build Service Account 2018-05-01 06:26:41 -07:00 committed by Gerrit - the friendly Code Review server
commit 2223ffa69b

View file

@ -39,10 +39,10 @@
#include "sde_trace.h" #include "sde_trace.h"
/* default input fence timeout, in ms */ /* 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 * range is 10 seconds. Any value above 10 seconds adds glitches beyond
* tolerance limit. * tolerance limit.
*/ */