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)
commite36c1cd7292efcb8daca26cd6331481736544742
treed952a08fc4540175842c3dd94e8409355ff491c1
parentc717966744e618af76aa5d7fe6cc44dba487bdc6
drm/i915/ringbuffer: Remove broken intel_fill_struct()

... 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>
drivers/gpu/drm/i915/intel_ringbuffer.c
drivers/gpu/drm/i915/intel_ringbuffer.h