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

/linux-master/drivers/gpu/drm/i915/
H A Di915_scatterlist.h166 * struct i915_refct_sgt_ops - Operations structure for struct i915_refct_sgt
170 * @release: Free the memory of the struct i915_refct_sgt
176 * struct i915_refct_sgt - A refcounted scatter-gather table
184 struct i915_refct_sgt { struct
193 * @rsgt: the struct i915_refct_sgt to put.
195 static inline void i915_refct_sgt_put(struct i915_refct_sgt *rsgt)
203 * @rsgt: the struct i915_refct_sgt to get.
205 static inline struct i915_refct_sgt *
206 i915_refct_sgt_get(struct i915_refct_sgt *rsgt)
215 * @rsgt: The struct i915_refct_sgt t
[all...]
H A Dintel_region_ttm.h25 struct i915_refct_sgt *
H A Di915_scatterlist.c45 struct i915_refct_sgt *rsgt =
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)
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,
87 struct i915_refct_sgt *rsgt;
163 struct i915_refct_sgt *i915_rsgt_from_buddy_resource(struct ttm_resource *res,
173 struct i915_refct_sgt *rsgt;
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,
H A Dintel_region_ttm.c162 struct i915_refct_sgt *
/linux-master/drivers/gpu/drm/i915/gem/
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_object_types.h664 struct i915_refct_sgt *rsgt;
696 struct i915_refct_sgt *cached_io_rsgt;
H A Di915_gem_ttm_move.c222 struct i915_refct_sgt *src_rsgt =
273 struct i915_refct_sgt *src_rsgt;
274 struct i915_refct_sgt *dst_rsgt;
315 struct i915_refct_sgt *dst_rsgt)
471 struct i915_refct_sgt *dst_rsgt, bool allow_accel,
580 struct i915_refct_sgt *dst_rsgt;
713 struct i915_refct_sgt *dst_rsgt;
H A Di915_gem_ttm.c52 struct i915_refct_sgt cached_rsgt;
520 static struct i915_refct_sgt *i915_ttm_tt_get_st(struct ttm_tt *ttm)
559 * Return: A valid pointer to a struct i915_refct_sgt or error pointer on
562 struct i915_refct_sgt *
583 struct i915_refct_sgt *rsgt;
819 struct i915_refct_sgt *rsgt =

Completed in 174 milliseconds