Searched defs:ttm (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/sys/dev/drm2/ttm/
H A Dttm_agp_backend.c43 struct ttm_tt ttm; member in struct:ttm_agp_backend
51 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) argument
76 ttm_agp_unbind(struct ttm_tt *ttm) argument
84 ttm_agp_destroy(struct ttm_tt *ttm) argument
123 ttm_agp_tt_populate(struct ttm_tt *ttm) argument
131 ttm_agp_tt_unpopulate(struct ttm_tt *ttm) argument
[all...]
H A Dttm_tt.c52 static void ttm_tt_alloc_page_directory(struct ttm_tt *ttm) argument
58 static void ttm_dma_tt_alloc_page_directory(struct ttm_dma_tt *ttm) argument
102 ttm_tt_set_caching(struct ttm_tt *ttm, enum ttm_caching_state c_state) argument
148 ttm_tt_set_placement_caching(struct ttm_tt *ttm, uint32_t placement) argument
162 ttm_tt_destroy(struct ttm_tt *ttm) argument
183 ttm_tt_init(struct ttm_tt *ttm, struct ttm_bo_device *bdev, unsigned long size, uint32_t page_flags, vm_page_t dummy_read_page) argument
205 ttm_tt_fini(struct ttm_tt *ttm) argument
215 struct ttm_tt *ttm = &ttm_dma->ttm; local
238 struct ttm_tt *ttm = &ttm_dma->ttm; local
246 ttm_tt_unbind(struct ttm_tt *ttm) argument
257 ttm_tt_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) argument
280 ttm_tt_swapin(struct ttm_tt *ttm) argument
328 ttm_tt_swapout(struct ttm_tt *ttm, vm_object_t persistent_swap_storage) argument
[all...]
H A Dttm_bo_vm.c108 struct ttm_tt *ttm = NULL; local
[all...]
H A Dttm_bo_util.c48 struct ttm_tt *ttm = bo->ttm; local
247 static int ttm_copy_io_ttm_page(struct ttm_tt *ttm, void *src, argument
271 static int ttm_copy_ttm_io_page(struct ttm_tt *ttm, voi argument
299 struct ttm_tt *ttm = bo->ttm; local
484 struct ttm_tt *ttm = bo->ttm; local
[all...]
H A Dttm_bo_api.h214 struct ttm_tt *ttm; member in struct:ttm_buffer_object
H A Dttm_bo_driver.h142 struct ttm_tt ttm; member in struct:ttm_dma_tt
[all...]
H A Dttm_page_alloc.c853 int ttm_pool_populate(struct ttm_tt *ttm) argument
891 ttm_pool_unpopulate(struct ttm_tt *ttm) argument
[all...]
H A Dttm_page_alloc_dma.c843 struct ttm_tt *ttm = &ttm_dma->ttm; local
868 struct ttm_tt *ttm = &ttm_dma->ttm; local
940 struct ttm_tt *ttm = &ttm_dma->ttm; local
[all...]
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_ttm.c506 struct ttm_dma_tt ttm; member in struct:radeon_ttm_tt
511 static int radeon_ttm_backend_bind(struct ttm_tt *ttm, argument
532 radeon_ttm_backend_unbind(struct ttm_tt *ttm) argument
540 radeon_ttm_backend_destroy(struct ttm_tt *ttm) argument
583 radeon_ttm_tt_populate(struct ttm_tt *ttm) argument
643 radeon_ttm_tt_unpopulate(struct ttm_tt *ttm) argument
[all...]

Completed in 148 milliseconds