Lines Matching refs:ttm
63 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
73 int (*unbind) (struct ttm_tt *ttm);
83 void (*destroy) (struct ttm_tt *ttm);
133 struct ttm_tt ttm; member
161 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
175 void ttm_tt_fini(struct ttm_tt *ttm);
186 int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem,
196 void ttm_tt_destroy(struct ttm_tt *ttm);
205 void ttm_tt_unbind(struct ttm_tt *ttm);
214 int ttm_tt_swapin(struct ttm_tt *ttm);
229 int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
230 int ttm_tt_swapout(struct ttm_tt *ttm, struct file *persistent_swap_storage);
239 int ttm_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
248 void ttm_tt_unpopulate(struct ttm_tt *ttm);
268 int ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx);
269 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);