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.c52 struct i915_refct_sgt cached_rsgt; member
214 st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_populate()
244 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_unpopulate()
253 container_of(ref, typeof(*i915_tt), cached_rsgt.kref); in i915_ttm_tt_release()
254 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_release()
303 __i915_refct_sgt_init(&i915_tt->cached_rsgt, bo->base.size, in i915_ttm_tt_create()
330 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_unpopulate()
351 i915_refct_sgt_put(&i915_tt->cached_rsgt); in i915_ttm_tt_destroy()
525 if (i915_tt->cached_rsgt.table.sgl) in i915_ttm_tt_get_st()
526 return i915_refct_sgt_get(&i915_tt->cached_rsgt); in i915_ttm_tt_get_st()
[all …]