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)
commit1c293ea3b1d1c72f1fc5f398e03232d8d302bd23
tree7ce98e815843da6c3ef6f900dd21487d8be8b091
parent69963e7c76743bd9e8ef559f955165dd85d9ba72
drm/i915: Discard the unused obj->last_fenced_ring

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>
drivers/gpu/drm/i915/i915_drv.h
drivers/gpu/drm/i915/i915_gem.c
This page took 0.024834 seconds and 5 git commands to generate.