Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/
H A Di915_scatterlist.c102 i915_refct_sgt_put(rsgt); in i915_rsgt_from_mm_node()
108 i915_refct_sgt_put(rsgt); in i915_rsgt_from_mm_node()
189 i915_refct_sgt_put(rsgt); in i915_rsgt_from_buddy_resource()
194 i915_refct_sgt_put(rsgt); in i915_rsgt_from_buddy_resource()
H A Di915_vma_resource.h239 i915_refct_sgt_put(vma_res->bi.pages_rsgt); in i915_vma_resource_fini()
H A Di915_scatterlist.h185 static inline void i915_refct_sgt_put(struct i915_refct_sgt *rsgt) in i915_refct_sgt_put() function
H A Di915_vma_resource.c124 i915_refct_sgt_put(vma_res->bi.pages_rsgt); in __i915_vma_resource_unhold()
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c239 i915_refct_sgt_put(src_rsgt); in i915_ttm_accel_move()
344 i915_refct_sgt_put(arg->src_rsgt); in i915_ttm_memcpy_release()
345 i915_refct_sgt_put(arg->dst_rsgt); in i915_ttm_memcpy_release()
644 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
655 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
682 i915_refct_sgt_put(dst_rsgt); in i915_ttm_move()
748 i915_refct_sgt_put(dst_rsgt); in i915_gem_obj_copy_ttm()
H A Di915_gem_ttm.c358 i915_refct_sgt_put(&i915_tt->cached_rsgt); in i915_ttm_tt_destroy()
410 i915_refct_sgt_put(obj->ttm.cached_io_rsgt); in i915_ttm_free_cached_io_rsgt()
922 i915_refct_sgt_put(fetch_and_zero(&obj->mm.rsgt)); in i915_ttm_put_pages()
/openbmc/linux/drivers/gpu/drm/i915/selftests/
H A Dmock_region.c18 i915_refct_sgt_put(obj->mm.rsgt); in mock_region_put_pages()