Searched refs:i915_gem_to_ttm (Results 1 – 2 of 2) sorted by relevance
274 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in i915_ttm_adjust_domains_after_move()287 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in i915_ttm_adjust_gem_after_move()322 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in i915_ttm_purge()416 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in i915_ttm_resource_get_st()619 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in __i915_ttm_get_pages()746 struct ttm_buffer_object *bo = i915_gem_to_ttm(obj); in i915_ttm_adjust_lru()791 ttm_bo_put(i915_gem_to_ttm(obj)); in i915_ttm_delayed_free()918 obj->base.vma_node.driver_private = i915_gem_to_ttm(obj); in __i915_gem_ttm_object_init()930 ret = ttm_bo_init_reserved(&i915->bdev, i915_gem_to_ttm(obj), size, in __i915_gem_ttm_object_init()
18 i915_gem_to_ttm(struct drm_i915_gem_object *obj) in i915_gem_to_ttm() function