]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitdc0d715fe72a865f39196ea4ce831a6bab370e9a
tree447c82eabd985fbb694ce2eac3cdd0129399d588
parent80473299b196d4ae7cfca0aa5ee1089f1628bc6f
drm/i915/ringbuffer: Implement advance using set_tail

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