Lines Matching refs:ttm_tt
36 struct ttm_tt;
64 struct ttm_tt { struct
82 struct ttm_tt *tt;
86 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated()
115 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
117 int ttm_sg_tt_init(struct ttm_tt *ttm_dma, struct ttm_buffer_object *bo,
127 void ttm_tt_fini(struct ttm_tt *ttm);
136 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm);
143 void ttm_tt_destroy_common(struct ttm_device *bdev, struct ttm_tt *ttm);
152 int ttm_tt_swapin(struct ttm_tt *ttm);
153 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm,
163 int ttm_tt_populate(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
172 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm);
182 static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm) in ttm_tt_mark_for_clear()
190 struct ttm_tt *tt);
207 struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
210 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
211 void ttm_agp_unbind(struct ttm_tt *ttm);
212 void ttm_agp_destroy(struct ttm_tt *ttm);
213 bool ttm_agp_is_bound(struct ttm_tt *ttm);