Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c54 struct i915_refct_sgt cached_rsgt; member
217 st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_populate()
247 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_unpopulate()
256 container_of(ref, typeof(*i915_tt), cached_rsgt.kref); in i915_ttm_tt_release()
257 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_release()
306 __i915_refct_sgt_init(&i915_tt->cached_rsgt, bo->base.size, in i915_ttm_tt_create()
333 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_unpopulate()
354 i915_refct_sgt_put(&i915_tt->cached_rsgt); in i915_ttm_tt_destroy()
528 if (i915_tt->cached_rsgt.table.sgl) in i915_ttm_tt_get_st()
529 return i915_refct_sgt_get(&i915_tt->cached_rsgt); in i915_ttm_tt_get_st()
[all …]