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

/src/sys/external/bsd/drm2/dist/drm/ttm/
H A DMakefile
H A Dttm_agp_backend.c51 struct ttm_tt ttm; member in struct:ttm_agp_backend
56 static int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem) argument
90 ttm_agp_unbind(struct ttm_tt * ttm) argument
103 ttm_agp_destroy(struct ttm_tt * ttm) argument
142 ttm_agp_tt_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
151 ttm_agp_tt_unpopulate(struct ttm_tt * ttm) argument
[all...]
H A Dttm_bo_vm.c192 struct ttm_tt *ttm = NULL; local in function:ttm_bo_vm_fault_reserved
[all...]
H A Dttm_tt.c92 static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm) argument
103 ttm_dma_tt_alloc_page_directory(struct ttm_dma_tt * ttm) argument
135 ttm_sg_tt_alloc_page_directory(struct ttm_dma_tt * ttm) argument
188 ttm_tt_set_caching(struct ttm_tt * ttm,enum ttm_caching_state c_state) argument
234 ttm_tt_set_placement_caching(struct ttm_tt * ttm,uint32_t placement) argument
249 ttm_tt_destroy(struct ttm_tt * ttm) argument
269 ttm_tt_init_fields(struct ttm_tt * ttm,struct ttm_buffer_object * bo,uint32_t page_flags) argument
290 ttm_tt_init(struct ttm_tt * ttm,struct ttm_buffer_object * bo,uint32_t page_flags) argument
304 ttm_tt_fini(struct ttm_tt * ttm) argument
318 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_tt_init
335 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_sg_tt_init
356 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_tt_fini
375 ttm_tt_unbind(struct ttm_tt * ttm) argument
386 ttm_tt_bind(struct ttm_tt * ttm,struct ttm_mem_reg * bo_mem,struct ttm_operation_ctx * ctx) argument
421 ttm_tt_wire(struct ttm_tt * ttm) argument
460 ttm_tt_unwire(struct ttm_tt * ttm) argument
478 ttm_tt_swapin(struct ttm_tt * ttm) argument
521 ttm_tt_swapout(struct ttm_tt * ttm,struct file * persistent_swap_storage) argument
596 ttm_tt_add_mapping(struct ttm_tt * ttm) argument
609 ttm_tt_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
629 ttm_tt_clear_mapping(struct ttm_tt * ttm) argument
645 ttm_tt_unpopulate(struct ttm_tt * ttm) argument
[all...]
H A Dttm_bo_util.c67 struct ttm_tt *ttm = bo->ttm; local in function:ttm_bo_move_ttm
369 ttm_copy_io_ttm_page(struct ttm_tt * ttm,void * src,unsigned long page,pgprot_t prot) argument
391 ttm_copy_ttm_io_page(struct ttm_tt * ttm,void * dst,unsigned long page,pgprot_t prot) argument
419 struct ttm_tt *ttm = bo->ttm; local in function:ttm_bo_move_memcpy
690 struct ttm_tt *ttm = bo->ttm; local in function:ttm_bo_kmap_ttm
[all...]
H A Dttm_page_alloc.c1034 ttm_pool_unpopulate_helper(struct ttm_tt *ttm, unsigned mem_count_update) argument
1055 ttm_pool_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
1096 ttm_pool_unpopulate(struct ttm_tt * ttm) argument
[all...]
H A Dttm_page_alloc_dma.c843 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_pool_get_pages
863 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_pool_gfp_flags
894 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_populate
999 struct ttm_tt *ttm = &ttm_dma->ttm; local in function:ttm_dma_unpopulate
[all...]
/src/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_sgdma.c18 struct ttm_dma_tt ttm; member in struct:nouveau_sgdma_be
23 nouveau_sgdma_destroy(struct ttm_tt *ttm) argument
34 nv04_sgdma_bind(struct ttm_tt *ttm, struct ttm_mem_reg *reg) argument
55 nv04_sgdma_unbind(struct ttm_tt *ttm) argument
69 nv50_sgdma_bind(struct ttm_tt * ttm,struct ttm_mem_reg * reg) argument
[all...]
H A Dnouveau_drv.h166 } ttm; member in struct:nouveau_drm
H A Dnouveau_bo.c1681 nouveau_ttm_tt_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
1756 nouveau_ttm_tt_unpopulate(struct ttm_tt * ttm) argument
1802 nouveau_ttm_tt_swapout(struct ttm_tt * ttm) argument
[all...]
/src/sys/external/bsd/drm2/ttm/
H A Dttm_agp_backend.c78 ttm_agp_tt_populate(struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) argument
88 ttm_agp_tt_unpopulate(struct ttm_tt * ttm) argument
98 ttm_agp_bind(struct ttm_tt * ttm,struct ttm_mem_reg * bo_mem) argument
134 ttm_agp_unbind(struct ttm_tt * ttm) argument
155 ttm_agp_destroy(struct ttm_tt * ttm) argument
[all...]
H A Dttm_bo_vm.c180 struct ttm_tt *ttm; member in union:ttm_bo_uvm_fault_reserved::__anone5ddfe3b010a
/src/sys/external/bsd/drm2/dist/include/drm/ttm/
H A Dttm_tt.h139 struct ttm_tt ttm; member in struct:ttm_dma_tt
[all...]
H A Dttm_bo_api.h214 struct ttm_tt *ttm; member in struct:ttm_buffer_object
[all...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_ttm.h136 static inline bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm) argument
[all...]
H A Damdgpu_gmc.c54 struct ttm_dma_tt *ttm; local in function:amdgpu_gmc_get_pde_for_bo
142 struct ttm_dma_tt *ttm; local in function:amdgpu_gmc_agp_addr
[all...]
H A Damdgpu_vm.c1797 struct ttm_dma_tt *ttm; local in function:amdgpu_vm_bo_update
H A Damdgpu_ttm.c791 struct ttm_dma_tt ttm; member in struct:amdgpu_ttm_tt
829 struct ttm_tt *ttm = bo->tbo.ttm; local in function:amdgpu_ttm_tt_get_user_pages
938 amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt * ttm) argument
975 amdgpu_ttm_tt_set_user_pages(struct ttm_tt * ttm,struct page ** pages) argument
988 amdgpu_ttm_tt_pin_userptr(struct ttm_tt * ttm) argument
1030 amdgpu_ttm_tt_unpin_userptr(struct ttm_tt * ttm) argument
1071 struct ttm_tt *ttm = tbo->ttm; local in function:amdgpu_ttm_gart_bind
1111 amdgpu_ttm_backend_bind(struct ttm_tt * ttm,struct ttm_mem_reg * bo_mem) argument
1241 amdgpu_ttm_backend_unbind(struct ttm_tt * ttm) argument
1262 amdgpu_ttm_backend_destroy(struct ttm_tt * ttm) argument
1314 amdgpu_ttm_tt_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
1386 amdgpu_ttm_tt_unpopulate(struct ttm_tt * ttm) argument
1431 amdgpu_ttm_tt_swapout(struct ttm_tt * ttm) argument
1458 amdgpu_ttm_tt_set_userptr(struct ttm_tt * ttm,uint64_t addr,uint32_t flags) argument
1485 amdgpu_ttm_tt_get_usermm(struct ttm_tt * ttm) argument
1510 amdgpu_ttm_tt_affect_userptr(struct ttm_tt * ttm,unsigned long start,unsigned long end) argument
1532 amdgpu_ttm_tt_is_userptr(struct ttm_tt * ttm) argument
1545 amdgpu_ttm_tt_is_readonly(struct ttm_tt * ttm) argument
1563 amdgpu_ttm_tt_pde_flags(struct ttm_tt * ttm,struct ttm_mem_reg * mem) argument
1588 amdgpu_ttm_tt_pte_flags(struct amdgpu_device * adev,struct ttm_tt * ttm,struct ttm_mem_reg * mem) argument
2180 struct ttm_tt *ttm = bo->ttm; local in function:amdgpu_map_buffer
[all...]
/src/sys/external/bsd/drm2/dist/drm/qxl/
H A Dqxl_ttm.c160 struct ttm_tt ttm; member in struct:qxl_ttm_tt
165 static int qxl_ttm_backend_bind(struct ttm_tt *ttm, argument
179 qxl_ttm_backend_unbind(struct ttm_tt * ttm) argument
185 qxl_ttm_backend_destroy(struct ttm_tt * ttm) argument
[all...]
/src/usr.bin/calendar/
H A Dcalendar.c688 struct tm ttm; local in function:getmmdd
[all...]
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_ttm_buffer.c584 vmw_ttm_bind(struct ttm_tt * ttm,struct ttm_mem_reg * bo_mem) argument
618 vmw_ttm_unbind(struct ttm_tt * ttm) argument
641 vmw_ttm_destroy(struct ttm_tt * ttm) argument
659 vmw_ttm_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
687 vmw_ttm_unpopulate(struct ttm_tt * ttm) argument
[all...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon_ttm.c502 struct ttm_dma_tt ttm; member in struct:radeon_ttm_tt
516 radeon_ttm_tt_pin_userptr(struct ttm_tt * ttm) argument
658 radeon_ttm_tt_unpin_userptr(struct ttm_tt * ttm) argument
696 radeon_ttm_backend_bind(struct ttm_tt * ttm,struct ttm_mem_reg * bo_mem) argument
726 radeon_ttm_backend_unbind(struct ttm_tt * ttm) argument
738 radeon_ttm_backend_destroy(struct ttm_tt * ttm) argument
779 radeon_ttm_tt_to_gtt(struct ttm_tt * ttm) argument
786 radeon_ttm_tt_populate(struct ttm_tt * ttm,struct ttm_operation_ctx * ctx) argument
847 radeon_ttm_tt_unpopulate(struct ttm_tt * ttm) argument
896 radeon_ttm_tt_swapout(struct ttm_tt * ttm) argument
915 radeon_ttm_tt_set_userptr(struct ttm_tt * ttm,uint64_t addr,uint32_t flags) argument
933 radeon_ttm_tt_has_userptr(struct ttm_tt * ttm) argument
943 radeon_ttm_tt_is_readonly(struct ttm_tt * ttm) argument
[all...]

Completed in 26 milliseconds