drm/i915/ringbuffer: Remove broken intel_fill_struct()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Oct 2010 18:00:02 +0000 (19:00 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 21 Oct 2010 18:00:02 +0000 (19:00 +0100)
... before someone tries to use it. The code both calls
intel_ring_begin/advance() and open-codes the bookkeeping performed by
those two functions.

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

No differences found