drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 11:18:21 +0000 (12:18 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Wed, 27 Oct 2010 11:18:21 +0000 (12:18 +0100)
The ringbuffer keeps a pointer to the parent device, so we can use that
instead of passing around the pointer on the stack.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found