drm/i915: Remove obsolete i915_gem_object_flush_active()
authorChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 06:52:34 +0000 (07:52 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Thu, 4 Aug 2016 07:09:24 +0000 (08:09 +0100)
commit21c310f2f968fce8d06d8b001bd3df287189c812
treee6a4c2422eee0ca316ab34c18a6b09432ebc415b
parentefdf7c0605ba0eeab1a002c43a84f959099aa8f0
drm/i915: Remove obsolete i915_gem_object_flush_active()

Since we track requests, and requests are always added to the GPU fully
formed, we never have to flush the incomplete request and know that the
given request will eventually complete without any further action on our
part.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Joonas Lahtinen <joonas.lahtinen@linux.intel.com>
Link: http://patchwork.freedesktop.org/patch/msgid/1470293567-10811-15-git-send-email-chris@chris-wilson.co.uk
drivers/gpu/drm/i915/i915_gem.c