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)
commit78501eac34f372bfbeb4e1d9de688c13efa916f6
treea490359ac69c394149362e6571a37189ee264739
parentdd2b379f071424f36f9f90ff83cb4ad058c7b6ed
drm/i915/ringbuffer: Drop the redundant dev from the vfunc interface

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>
drivers/gpu/drm/i915/i915_debugfs.c
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
drivers/gpu/drm/i915/i915_irq.c
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h