drm/i915: Handle the no-interrupts case for UMS by polling
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 23 Jan 2011 13:03:24 +0000 (13:03 +0000)
committerChris Wilson <chris@chris-wilson.co.uk>
Mon, 24 Jan 2011 18:26:31 +0000 (18:26 +0000)
If the driver calls into the kernel to wait for a breadcrumb to pass,
but hasn't enabled interrupts, fallback to polling the breadcrumb value.

Reported-by: Chris Clayton <chris2553@googlemail.com>
Tested-by: Chris Clayton <chris2553@googlemail.com>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found