drm/i915: Remove the broken flush_ring from page-flip
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Sep 2010 10:00:38 +0000 (11:00 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 23 Sep 2010 10:02:55 +0000 (11:02 +0100)
This is already performed with the pipelined flush, so by the time we
schedule the flush in the page-flip, the ring is NULL and we OOPs
instead.

Reported-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found