Searched refs:dst_st (Results 1 – 1 of 1) sorted by relevance
431 struct sg_table *dst_st) in i915_ttm_accel_move() argument457 dst_st->sgl, dst_level, in i915_ttm_accel_move()475 dst_st->sgl, dst_level, in i915_ttm_accel_move()502 struct sg_table *dst_st; in i915_ttm_move() local532 dst_st = i915_ttm_resource_get_st(obj, dst_mem); in i915_ttm_move()533 if (IS_ERR(dst_st)) in i915_ttm_move()534 return PTR_ERR(dst_st); in i915_ttm_move()536 ret = i915_ttm_accel_move(bo, dst_mem, dst_st); in i915_ttm_move()542 dst_st, dst_reg->region.start); in i915_ttm_move()558 obj->ttm.cached_io_st = dst_st; in i915_ttm_move()[all …]