drm/i915: Prepare to consolidate fence writing
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Apr 2012 14:31:30 +0000 (15:31 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 11:24:32 +0000 (13:24 +0200)
commit9ce079e4812c41c5f4ee9ea116c768b8939197d6
treebaa03b6fb67e2c86e887e4c5066dddbb9747672d
parent1899184547dec95ec8b7eb00e202d9b3a3b1c87b
drm/i915: Prepare to consolidate fence writing

Update the existing architecture specific fence writing routines to
either update the fence to point to a tiled object or to clear them in
preparation to remove the other fence writing routes.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_gem.c