Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/i915/gem/
Di915_gem_ttm.c52 struct i915_refct_sgt cached_rsgt; member
218 st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_populate()
248 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_unpopulate()
257 container_of(ref, typeof(*i915_tt), cached_rsgt.kref); in i915_ttm_tt_release()
258 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_release()
309 __i915_refct_sgt_init(&i915_tt->cached_rsgt, bo->base.size, in i915_ttm_tt_create()
336 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_unpopulate()
357 i915_refct_sgt_put(&i915_tt->cached_rsgt); in i915_ttm_tt_destroy()
534 if (i915_tt->cached_rsgt.table.sgl) in i915_ttm_tt_get_st()
535 return i915_refct_sgt_get(&i915_tt->cached_rsgt); in i915_ttm_tt_get_st()
[all …]