Searched refs:ttm (Results 1 – 3 of 3) sorted by relevance
/include/drm/ttm/ |
D | ttm_tt.h | 115 int ttm_tt_init(struct ttm_tt *ttm, 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() argument 184 ttm->page_flags |= TTM_PAGE_FLAG_ZERO_ALLOC; in ttm_tt_mark_for_clear() [all …]
|
D | ttm_device.h | 96 struct ttm_tt *ttm, 107 struct ttm_tt *ttm); 118 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
|
D | ttm_bo_api.h | 140 struct ttm_tt *ttm; member
|