Searched refs:i915_refct_sgt (Results 1 – 10 of 10) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_scatterlist.h | 174 struct i915_refct_sgt { struct 185 static inline void i915_refct_sgt_put(struct i915_refct_sgt *rsgt) in i915_refct_sgt_put() 195 static inline struct i915_refct_sgt * 196 i915_refct_sgt_get(struct i915_refct_sgt *rsgt) in i915_refct_sgt_get() 210 static inline void __i915_refct_sgt_init(struct i915_refct_sgt *rsgt, in __i915_refct_sgt_init() 220 void i915_refct_sgt_init(struct i915_refct_sgt *rsgt, size_t size); 222 struct i915_refct_sgt *i915_rsgt_from_mm_node(const struct drm_mm_node *node, 226 struct i915_refct_sgt *i915_rsgt_from_buddy_resource(struct ttm_resource *res,
|
H A D | i915_scatterlist.c | 45 struct i915_refct_sgt *rsgt = in i915_refct_sgt_release() 61 void i915_refct_sgt_init(struct i915_refct_sgt *rsgt, size_t size) in i915_refct_sgt_init() 80 struct i915_refct_sgt *i915_rsgt_from_mm_node(const struct drm_mm_node *node, in i915_rsgt_from_mm_node() 87 struct i915_refct_sgt *rsgt; in i915_rsgt_from_mm_node() 163 struct i915_refct_sgt *i915_rsgt_from_buddy_resource(struct ttm_resource *res, in i915_rsgt_from_buddy_resource() 173 struct i915_refct_sgt *rsgt; in i915_rsgt_from_buddy_resource()
|
H A D | i915_vma_resource.h | 52 struct i915_refct_sgt *pages_rsgt; 205 struct i915_refct_sgt *pages_rsgt, in i915_vma_resource_init()
|
H A D | intel_region_ttm.h | 25 struct i915_refct_sgt *
|
H A D | intel_region_ttm.c | 162 struct i915_refct_sgt *
|
/openbmc/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm_move.c | 222 struct i915_refct_sgt *src_rsgt = in i915_ttm_accel_move() 273 struct i915_refct_sgt *src_rsgt; 274 struct i915_refct_sgt *dst_rsgt; 315 struct i915_refct_sgt *dst_rsgt) in i915_ttm_memcpy_init() 471 struct i915_refct_sgt *dst_rsgt, bool allow_accel, in __i915_ttm_move() 580 struct i915_refct_sgt *dst_rsgt; in i915_ttm_move() 713 struct i915_refct_sgt *dst_rsgt; in i915_gem_obj_copy_ttm()
|
H A D | i915_gem_object_types.h | 652 struct i915_refct_sgt *rsgt; 684 struct i915_refct_sgt *cached_io_rsgt;
|
H A D | i915_gem_ttm_move.h | 19 struct i915_refct_sgt;
|
H A D | i915_gem_ttm.h | 73 struct i915_refct_sgt *
|
H A D | i915_gem_ttm.c | 52 struct i915_refct_sgt cached_rsgt; 526 static struct i915_refct_sgt *i915_ttm_tt_get_st(struct ttm_tt *ttm) in i915_ttm_tt_get_st() 568 struct i915_refct_sgt * 589 struct i915_refct_sgt *rsgt; in i915_ttm_resource_get_st() 824 struct i915_refct_sgt *rsgt = in __i915_ttm_get_pages()
|