drm/i915/ringbuffer: Implement advance using set_tail
authorChris Wilson <chris@chris-wilson.co.uk>
Sun, 19 Sep 2010 13:36:46 +0000 (14:36 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Tue, 21 Sep 2010 10:19:57 +0000 (11:19 +0100)
As noted by Zhenyu, we can now simply replace the existing advance hook
by calling the new set_tail function pointer directly.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h