Lines Matching refs:ttm_tt
57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
67 int (*unbind) (struct ttm_tt *ttm);
77 void (*destroy) (struct ttm_tt *ttm);
114 struct ttm_tt { struct
145 struct ttm_tt ttm;
331 struct ttm_tt *(*ttm_tt_create)(struct ttm_bo_device *bdev,
345 int (*ttm_tt_populate)(struct ttm_tt *ttm);
354 void (*ttm_tt_unpopulate)(struct ttm_tt *ttm);
579 extern int ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev,
593 extern void ttm_tt_fini(struct ttm_tt *ttm);
604 extern int ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem);
613 extern void ttm_tt_destroy(struct ttm_tt *ttm);
622 extern void ttm_tt_unbind(struct ttm_tt *ttm);
631 extern int ttm_tt_swapin(struct ttm_tt *ttm);
646 extern int ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement);
647 extern int ttm_tt_swapout(struct ttm_tt *ttm,
657 extern void ttm_tt_unpopulate(struct ttm_tt *ttm);
1051 extern struct ttm_tt *ttm_agp_tt_create(struct ttm_bo_device *bdev,
1055 int ttm_agp_tt_populate(struct ttm_tt *ttm);
1056 void ttm_agp_tt_unpopulate(struct ttm_tt *ttm);