[PATCH 18/33] drm/omap: increase vblank wait timeout

2016-02-24 Thread Tomi Valkeinen
On 24/02/16 00:43, Laurent Pinchart wrote: > Hi Tomi, > > Thank you for the patch. > > On Friday 19 February 2016 11:47:53 Tomi Valkeinen wrote: >> omap_crtc_wait_pending() waits until the config changes have been taken >> into use, usually at next vblank. The wait-timeout used is 50ms, which >

[PATCH 18/33] drm/omap: increase vblank wait timeout

2016-02-24 Thread Laurent Pinchart
Hi Tomi, Thank you for the patch. On Friday 19 February 2016 11:47:53 Tomi Valkeinen wrote: > omap_crtc_wait_pending() waits until the config changes have been taken > into use, usually at next vblank. The wait-timeout used is 50ms, which > usually is enough, but in some rare cases not. > > As t

[PATCH 18/33] drm/omap: increase vblank wait timeout

2016-02-19 Thread Tomi Valkeinen
omap_crtc_wait_pending() waits until the config changes have been taken into use, usually at next vblank. The wait-timeout used is 50ms, which usually is enough, but in some rare cases not. As time wait-timeout is just a safety measure for cases where something is broken, we can just as well incre