Searched refs:ttm_tt (Results 1 – 4 of 4) sorted by relevance
| /include/drm/ttm/ |
| A D | ttm_tt.h | 37 struct ttm_tt; 48 struct ttm_tt { struct 139 struct ttm_tt *tt; 143 static inline bool ttm_tt_is_populated(struct ttm_tt *tt) in ttm_tt_is_populated() 220 void ttm_tt_fini(struct ttm_tt *ttm); 239 int ttm_tt_swapin(struct ttm_tt *ttm); 281 struct ttm_tt *tt); 301 int ttm_tt_setup_backup(struct ttm_tt *tt); 322 void ttm_agp_unbind(struct ttm_tt *ttm); 323 void ttm_agp_destroy(struct ttm_tt *ttm); [all …]
|
| A D | ttm_pool.h | 39 struct ttm_tt; 83 int ttm_pool_alloc(struct ttm_pool *pool, struct ttm_tt *tt, 85 void ttm_pool_free(struct ttm_pool *pool, struct ttm_tt *tt); 93 void ttm_pool_drop_backed_up(struct ttm_tt *tt); 95 long ttm_pool_backup(struct ttm_pool *pool, struct ttm_tt *ttm, 97 int ttm_pool_restore_and_alloc(struct ttm_pool *pool, struct ttm_tt *tt,
|
| A D | ttm_device.h | 73 struct ttm_tt *(*ttm_tt_create)(struct ttm_buffer_object *bo, 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_bo.h | 52 struct ttm_tt; 121 struct ttm_tt *ttm;
|
Completed in 6 milliseconds