commit | a8198eea156df47e0e843ac5c7d4c8774e121c42 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Apr 13 22:04:09 2011 +0100 |
committer | Keith Packard <keithp@keithp.com> | Thu Jun 09 11:43:47 2011 -0700 |
tree | e2a1376eadff54842460fa392efcf4a0505f1bd8 | |
parent | 284d952968d60cca156ef0c5efa62592b72264cb [diff] |
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 <chris@chris-wilson.co.uk> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>