Home
last modified time | relevance | path

Searched refs:i915_refct_sgt (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_scatterlist.h156 * struct i915_refct_sgt_ops - Operations structure for struct i915_refct_sgt
160 * @release: Free the memory of the struct i915_refct_sgt
166 * struct i915_refct_sgt - A refcounted scatter-gather table
174 struct i915_refct_sgt { struct
183 * @rsgt: the struct i915_refct_sgt to put.
185 static inline void i915_refct_sgt_put(struct i915_refct_sgt *rsgt) in i915_refct_sgt_put()
193 * @rsgt: the struct i915_refct_sgt to get.
195 static inline struct i915_refct_sgt *
196 i915_refct_sgt_get(struct i915_refct_sgt *rsgt) in i915_refct_sgt_get()
205 * @rsgt: The struct i915_refct_sgt t
[all...]
H A Di915_scatterlist.c45 struct i915_refct_sgt *rsgt = in i915_refct_sgt_release()
57 * i915_refct_sgt_init - Initialize a struct i915_refct_sgt with default ops
58 * @rsgt: The struct i915_refct_sgt to initialize.
61 void i915_refct_sgt_init(struct i915_refct_sgt *rsgt, size_t size) in i915_refct_sgt_init()
77 * Return: A pointer to a kmalloced struct i915_refct_sgt on success, negative
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 Di915_vma_resource.h52 struct i915_refct_sgt *pages_rsgt;
184 * @pages_rsgt: Pointer to a struct i915_refct_sgt of an object with
205 struct i915_refct_sgt *pages_rsgt, in i915_vma_resource_init()
H A Dintel_region_ttm.h25 struct i915_refct_sgt *
H A Dintel_region_ttm.c162 struct i915_refct_sgt *
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_ttm_move.c222 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 Di915_gem_object_types.h652 struct i915_refct_sgt *rsgt;
684 struct i915_refct_sgt *cached_io_rsgt;
H A Di915_gem_ttm_move.h19 struct i915_refct_sgt;
H A Di915_gem_ttm.h73 struct i915_refct_sgt *
H A Di915_gem_ttm.c52 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()
565 * Return: A valid pointer to a struct i915_refct_sgt or error pointer on
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()

Completed in 7 milliseconds