drm/atomic-helper: Bump vblank timeout to 100 ms
authorLinus Walleij <linus.walleij@linaro.org>
Tue, 30 Apr 2019 09:37:46 +0000 (11:37 +0200)
committerLinus Walleij <linus.walleij@linaro.org>
Tue, 30 Apr 2019 18:42:35 +0000 (20:42 +0200)
commitb3198c38f02d54a5e964258a2180d502abe6eaf0
tree8303b02105221139c04b7886106e6213f8e1b10b
parent788033a92a4def4c966296be0276100954841ab2
drm/atomic-helper: Bump vblank timeout to 100 ms

The 50 ms default timeout waiting for vblanks is too small
for the first vblank from the ST-Ericsson MCDE display
controller over DSI. Presumably this is because the DSI
display is command-mode only and the state machine will
take some time setting up its state for the first display
update, and we hit a timeout. 100 ms makes it pass without
problems.

Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Link: https://patchwork.freedesktop.org/patch/msgid/20190430093746.26485-1-linus.walleij@linaro.org
drivers/gpu/drm/drm_atomic_helper.c