Searched refs:i915_gem_object_is_active (Results 1 – 10 of 10) sorted by relevance
98 if (i915_gem_object_is_active(obj)) { in i915_gem_batch_pool_get()105 GEM_BUG_ON(i915_gem_object_is_active(obj)); in i915_gem_batch_pool_get()
243 (i915_gem_object_is_active(obj) || in i915_gem_shrink()327 if (!i915_gem_object_is_active(obj) && can_release_pages(obj)) { in i915_gem_shrinker_count()
390 i915_gem_object_is_active(const struct drm_i915_gem_object *obj) in i915_gem_object_is_active() function
85 GEM_BUG_ON(!i915_gem_object_is_active(obj)); in __i915_vma_retire()
1188 GEM_BUG_ON(i915_gem_object_is_active(ce->state->obj)); in intel_ring_context_destroy()
1274 GEM_BUG_ON(i915_gem_object_is_active(ce->state->obj)); in execlists_context_destroy()
4848 GEM_BUG_ON(i915_gem_object_is_active(obj)); in __i915_gem_free_objects()4995 i915_gem_object_is_active(obj)) in __i915_gem_object_release_unless_active()
63 return i915_gem_object_is_active(obj) ? '*' : ' '; in get_active_flag()
598 GEM_BUG_ON(!i915_gem_object_is_active(obj)); in igt_mmap_offset_exhaustion()
228 if (i915_gem_object_is_active(h->obj)) { in hang_create_request()