]> git.karo-electronics.de Git - karo-tx-linux.git/commit
drm/i915: Refactor get_fence() to use the common fence writing routine
authorChris Wilson <chris@chris-wilson.co.uk>
Tue, 17 Apr 2012 14:31:33 +0000 (15:31 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 18 Apr 2012 11:40:51 +0000 (13:40 +0200)
commit14415745b2518fc7309616a33ce8e656e79a4e05
tree61d9026f557823e6db7a3b1b70ea935516c2317c
parentada726c734e79c83f72676c02b5d68d4f9faead0
drm/i915: Refactor get_fence() to use the common fence writing routine

We can also take advantage of the new 'no retire' mode for seqno waiting
to avoid having to take a reference on the old fence object whilst
flushing an existing fence.

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