Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm.c52 struct i915_refct_sgt cached_rsgt; member
221 st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_populate()
251 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_shmem_unpopulate()
260 container_of(ref, typeof(*i915_tt), cached_rsgt.kref); in i915_ttm_tt_release()
261 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_release()
337 struct sg_table *st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_unpopulate()
358 i915_refct_sgt_put(&i915_tt->cached_rsgt); in i915_ttm_tt_destroy()
532 if (i915_tt->cached_rsgt.table.sgl) in i915_ttm_tt_get_st()
533 return i915_refct_sgt_get(&i915_tt->cached_rsgt); in i915_ttm_tt_get_st()
535 st = &i915_tt->cached_rsgt.table; in i915_ttm_tt_get_st()
[all …]