Searched refs:ttm (Results 1 – 4 of 4) sorted by relevance
| /include/drm/ttm/ |
| A D | ttm_tt.h | 207 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, 220 void ttm_tt_fini(struct ttm_tt *ttm); 230 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm); 239 int ttm_tt_swapin(struct ttm_tt *ttm); 240 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, 252 int ttm_tt_populate(struct ttm_device *bdev, struct ttm_tt *ttm, 273 static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm) in ttm_tt_mark_for_clear() argument 275 ttm->page_flags |= TTM_TT_FLAG_ZERO_ALLOC; in ttm_tt_mark_for_clear() 322 void ttm_agp_unbind(struct ttm_tt *ttm); 323 void ttm_agp_destroy(struct ttm_tt *ttm); [all …]
|
| A D | ttm_device.h | 86 struct ttm_tt *ttm, 97 struct ttm_tt *ttm); 108 void (*ttm_tt_destroy)(struct ttm_device *bdev, struct ttm_tt *ttm);
|
| A D | ttm_pool.h | 95 long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *ttm,
|
| A D | ttm_bo.h | 121 struct ttm_tt *ttm; member
|
Completed in 11 milliseconds