From: Chris Wilson Date: Wed, 13 Apr 2011 21:04:09 +0000 (+0100) Subject: drm/i915: Introduce i915_gem_object_finish_gpu() X-Git-Tag: v3.1-rc1~230^2~18^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a8198eea156df47e0e843ac5c7d4c8774e121c42;p=pandora-kernel.git drm/i915: Introduce i915_gem_object_finish_gpu() ... reincarnated from i915_gem_object_flush_gpu(). The semantic difference is that after calling finish_gpu() the object no longer resides in any GPU domain, and so will cause the GPU caches to be invalidated if it is ever used again. Signed-off-by: Chris Wilson Reviewed-by: Daniel Vetter --- Reading git-diff-tree failed