Home
last modified time | relevance | path

Searched refs:ttm (Results 1 – 3 of 3) sorted by relevance

/include/drm/ttm/
Dttm_tt.h115 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 …]
Dttm_device.h96 struct ttm_tt *ttm,
107 struct ttm_tt *ttm);
118 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
Dttm_bo_api.h140 struct ttm_tt *ttm; member