Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/gpu/drm/i915/gem/
A Di915_gem_ttm_move.c271 struct i915_refct_sgt *dst_rsgt; member
334 arg->dst_rsgt = i915_refct_sgt_get(dst_rsgt); in i915_ttm_memcpy_init()
507 dst_ttm, dst_rsgt); in __i915_ttm_move()
537 dst_rsgt); in __i915_ttm_move()
628 if (IS_ERR(dst_rsgt)) in i915_ttm_move()
629 return PTR_ERR(dst_rsgt); in i915_ttm_move()
638 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
643 dst_rsgt, true, &deps); in i915_ttm_move()
649 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
676 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
[all …]

Completed in 5 milliseconds