drm/i915: Don't die in wait_for_pending_flips
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 May 2014 14:09:35 +0000 (16:09 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 19 May 2014 15:53:05 +0000 (17:53 +0200)
commiteed6d67d9284f62aa19857564882017e4670d31c
tree4afec39629b2c9897df7ab2a868ff339d8951074
parent42a88e97bcdaf596ccd4017a4e064add0cf623db
drm/i915: Don't die in wait_for_pending_flips

We can apperently miss them, but breaking the entire driver hampers
testing. So bail out after one minute, our customerary "this is a lost
cause" timeout.

References: https://bugs.freedesktop.org/show_bug.cgi?id=78383
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_display.c