Home
last modified time | relevance | path

Searched refs:i915_vma_unbind (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i915/
Di915_gem_evict.c194 ret = i915_vma_unbind(vma); in i915_gem_evict_something()
236 WARN_ON(i915_vma_unbind(vma)); in i915_gem_evict_vm()
Di915_gem_shrinker.c137 if (i915_vma_unbind(vma)) in i915_gem_shrink()
Di915_gem.c276 if (i915_vma_unbind(vma)) in drop_pages()
3338 int i915_vma_unbind(struct i915_vma *vma) in i915_vma_unbind() function
3758 ret = i915_vma_unbind(vma); in i915_gem_object_set_cache_level()
4203 ret = i915_vma_unbind(vma); in i915_gem_object_do_pin()
4490 ret = i915_vma_unbind(vma); in i915_gem_free_object()
4497 WARN_ON(i915_vma_unbind(vma)); in i915_gem_free_object()
Di915_gem_userptr.c85 int ret = i915_vma_unbind(vma); in __cancel_userptr__worker()
Di915_trace.h156 TRACE_EVENT(i915_vma_unbind,
Di915_drv.h2853 int __must_check i915_vma_unbind(struct i915_vma *vma);
3118 return i915_vma_unbind(i915_gem_obj_to_ggtt(obj)); in i915_gem_object_ggtt_unbind()
Di915_gem_execbuffer.c757 ret = i915_vma_unbind(vma); in i915_gem_execbuffer_reserve()