Home
last modified time | relevance | path

Searched refs:i915_gem_object_has_unknown_state (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_object.c936 else if (ret > 0 && i915_gem_object_has_unknown_state(obj)) in i915_gem_object_wait_moving_fence()
950 bool i915_gem_object_has_unknown_state(struct drm_i915_gem_object *obj) in i915_gem_object_has_unknown_state() function
H A Di915_gem_object.h763 bool i915_gem_object_has_unknown_state(struct drm_i915_gem_object *obj);
H A Di915_gem_ttm.c673 unknown_state = i915_gem_object_has_unknown_state(obj); in i915_ttm_io_mem_reserve()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c1293 if (!i915_gem_object_has_unknown_state(obj)) { in __igt_mmap_migrate()
/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_vma.c357 if (i915_gem_object_has_unknown_state(vw->obj)) in __vma_bind()