drm/i915: Discard the unused obj->last_fenced_ring
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Apr 2012 14:31:27 +0000 (15:31 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 11:19:51 +0000 (13:19 +0200)
As we now never pipeline a fence update, obj->last_fenced_ring is always
the same as the obj->ring whenever obj->last_fenced_seqno is active, so
remove it.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>

No differences found