Lines Matching refs:ttm_tt
32 struct ttm_tt;
68 struct ttm_tt { struct
77 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() argument
82 static inline void ttm_tt_set_unpopulated(struct ttm_tt *tt) in ttm_tt_set_unpopulated()
87 static inline void ttm_tt_set_populated(struct ttm_tt *tt) in ttm_tt_set_populated()
104 struct ttm_tt ttm;
132 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
146 void ttm_tt_fini(struct ttm_tt *ttm);
156 void ttm_tt_destroy(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
163 void ttm_tt_destroy_common(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
172 int ttm_tt_swapin(struct ttm_tt *ttm);
187 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
188 int ttm_tt_swapout(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct file *persistent_swap_sto…
197 int ttm_tt_populate(struct ttm_bo_device *bdev, struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
206 void ttm_tt_unpopulate(struct ttm_bo_device *bdev, struct ttm_tt *ttm);
223 struct ttm_tt *ttm_agp_tt_create(struct ttm_buffer_object *bo,
226 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
227 void ttm_agp_unbind(struct ttm_tt *ttm);
228 void ttm_agp_destroy(struct ttm_tt *ttm);
229 bool ttm_agp_is_bound(struct ttm_tt *ttm);