Lines Matching refs:ttm
157 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo,
170 void ttm_tt_fini(struct ttm_tt *ttm);
180 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm);
189 int ttm_tt_swapin(struct ttm_tt *ttm);
190 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm,
202 int ttm_tt_populate(struct ttm_device *bdev, struct ttm_tt *ttm,
213 void ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm);
223 static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm) in ttm_tt_mark_for_clear() argument
225 ttm->page_flags |= TTM_TT_FLAG_ZERO_ALLOC; in ttm_tt_mark_for_clear()
251 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem);
252 void ttm_agp_unbind(struct ttm_tt *ttm);
253 void ttm_agp_destroy(struct ttm_tt *ttm);
254 bool ttm_agp_is_bound(struct ttm_tt *ttm);