Home
last modified time | relevance | path

Searched refs:i915_gem_object_is_active (Results 1 – 10 of 10) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Di915_gem_batch_pool.c98 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()
Di915_gem_shrinker.c243 (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()
Di915_gem_object.h390 i915_gem_object_is_active(const struct drm_i915_gem_object *obj) in i915_gem_object_is_active() function
Di915_vma.c85 GEM_BUG_ON(!i915_gem_object_is_active(obj)); in __i915_vma_retire()
Dintel_ringbuffer.c1188 GEM_BUG_ON(i915_gem_object_is_active(ce->state->obj)); in intel_ring_context_destroy()
Dintel_lrc.c1274 GEM_BUG_ON(i915_gem_object_is_active(ce->state->obj)); in execlists_context_destroy()
Di915_gem.c4848 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()
Di915_debugfs.c63 return i915_gem_object_is_active(obj) ? '*' : ' '; in get_active_flag()
/Linux-v4.19/drivers/gpu/drm/i915/selftests/
Di915_gem_object.c598 GEM_BUG_ON(!i915_gem_object_is_active(obj)); in igt_mmap_offset_exhaustion()
Dintel_hangcheck.c228 if (i915_gem_object_is_active(h->obj)) { in hang_create_request()