Searched refs:cached_io_st (Results 1 – 2 of 2) sorted by relevance
269 if (!obj->ttm.cached_io_st) in i915_ttm_free_cached_io_st()277 sg_free_table(obj->ttm.cached_io_st); in i915_ttm_free_cached_io_st()278 kfree(obj->ttm.cached_io_st); in i915_ttm_free_cached_io_st()279 obj->ttm.cached_io_st = NULL; in i915_ttm_free_cached_io_st()361 GEM_WARN_ON(obj->ttm.cached_io_st); in i915_ttm_swap_notify()480 obj->ttm.cached_io_st; in i915_ttm_accel_move()531 obj->ttm.cached_io_st, in __i915_ttm_move()586 obj->ttm.cached_io_st = dst_st; in i915_ttm_move()691 st = bo->ttm ? i915_ttm_tt_get_st(bo->ttm) : obj->ttm.cached_io_st; in __i915_ttm_get_pages()1042 dst->ttm.cached_io_st : i915_ttm_tt_get_st(dst_bo->ttm); in i915_gem_obj_copy_ttm()
568 struct sg_table *cached_io_st; member
Completed in 9 milliseconds