Home
last modified time | relevance | path

Searched defs:ttm (Results 1 – 21 of 21) sorted by relevance

/linux/drivers/gpu/drm/ttm/
A Dttm_tt.c97 static int ttm_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_tt_alloc_page_directory()
106 static int ttm_dma_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_dma_tt_alloc_page_directory()
119 static int ttm_sg_tt_alloc_page_directory(struct ttm_tt *ttm) in ttm_sg_tt_alloc_page_directory()
129 void ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_destroy()
134 static void ttm_tt_init_fields(struct ttm_tt *ttm, in ttm_tt_init_fields()
148 int ttm_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_tt_init()
161 void ttm_tt_fini(struct ttm_tt *ttm) in ttm_tt_fini()
178 int ttm_sg_tt_init(struct ttm_tt *ttm, struct ttm_buffer_object *bo, in ttm_sg_tt_init()
197 int ttm_tt_swapin(struct ttm_tt *ttm) in ttm_tt_swapin()
249 int ttm_tt_swapout(struct ttm_device *bdev, struct ttm_tt *ttm, in ttm_tt_swapout()
[all …]
A Dttm_agp_backend.c45 struct ttm_tt ttm; member
50 int ttm_agp_bind(struct ttm_tt *ttm, struct ttm_resource *bo_mem) in ttm_agp_bind()
87 void ttm_agp_unbind(struct ttm_tt *ttm) in ttm_agp_unbind()
102 bool ttm_agp_is_bound(struct ttm_tt *ttm) in ttm_agp_is_bound()
113 void ttm_agp_destroy(struct ttm_tt *ttm) in ttm_agp_destroy()
A Dttm_bo_util.c138 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_memcpy() local
304 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm() local
423 struct ttm_tt *ttm = bo->ttm; in ttm_bo_vmap() local
588 struct ttm_tt *ttm; in ttm_bo_pipeline_gutting() local
A Dttm_bo_vm.c204 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault_reserved() local
/linux/drivers/gpu/drm/radeon/
A Dradeon_ttm.c328 struct ttm_tt ttm; member
436 struct ttm_tt *ttm, in radeon_ttm_backend_bind()
530 struct ttm_tt *ttm) in radeon_ttm_tt_to_gtt()
543 struct ttm_tt *ttm, in radeon_ttm_tt_populate()
589 struct ttm_tt *ttm, uint64_t addr, in radeon_ttm_tt_set_userptr()
604 struct ttm_tt *ttm) in radeon_ttm_tt_is_bound()
615 struct ttm_tt *ttm, in radeon_ttm_tt_bind()
633 struct ttm_tt *ttm) in radeon_ttm_tt_unbind()
647 struct ttm_tt *ttm) in radeon_ttm_tt_destroy()
661 struct ttm_tt *ttm) in radeon_ttm_tt_has_userptr()
[all …]
/linux/drivers/gpu/drm/nouveau/
A Dnouveau_sgdma.c14 struct ttm_tt ttm; member
19 nouveau_sgdma_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_sgdma_destroy()
30 nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg) in nouveau_sgdma_bind()
57 nouveau_sgdma_unbind(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_sgdma_unbind()
A Dnouveau_bo.c713 nouveau_ttm_tt_bind(struct ttm_device *bdev, struct ttm_tt *ttm, in nouveau_ttm_tt_bind()
729 nouveau_ttm_tt_unbind(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_ttm_tt_unbind()
1248 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in nouveau_ttm_tt_populate()
1270 struct ttm_tt *ttm) in nouveau_ttm_tt_unpopulate()
1287 struct ttm_tt *ttm) in nouveau_ttm_tt_destroy()
A Dnouveau_drv.h171 } ttm; member
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ttm.c641 struct ttm_tt ttm; member
663 struct ttm_tt *ttm = bo->tbo.ttm; in amdgpu_ttm_tt_get_user_pages() local
764 struct ttm_tt *ttm) in amdgpu_ttm_tt_pin_userptr()
801 struct ttm_tt *ttm) in amdgpu_ttm_tt_unpin_userptr()
837 struct ttm_tt *ttm = tbo->ttm; in amdgpu_ttm_gart_bind() local
883 struct ttm_tt *ttm, in amdgpu_ttm_backend_bind()
1039 struct ttm_tt *ttm) in amdgpu_ttm_backend_unbind()
1071 struct ttm_tt *ttm) in amdgpu_ttm_backend_destroy()
1123 struct ttm_tt *ttm, in amdgpu_ttm_tt_populate()
1159 struct ttm_tt *ttm) in amdgpu_ttm_tt_unpopulate()
[all …]
A Damdgpu_ttm.h173 static inline bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm) in amdgpu_ttm_tt_get_user_pages_done()
A Damdgpu_amdkfd_gpuvm.c478 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmamap_userptr() local
558 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmaunmap_userptr() local
/linux/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_ttm_buffer.c451 struct ttm_tt *ttm, struct ttm_resource *bo_mem) in vmw_ttm_bind()
495 struct ttm_tt *ttm) in vmw_ttm_unbind()
520 static void vmw_ttm_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in vmw_ttm_destroy()
535 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in vmw_ttm_populate()
565 struct ttm_tt *ttm) in vmw_ttm_unpopulate()
/linux/drivers/gpu/drm/i915/gem/
A Di915_gem_ttm.c46 struct ttm_tt ttm; member
119 struct ttm_tt *ttm) in i915_ttm_cache_level()
211 static void i915_ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in i915_ttm_tt_unpopulate()
225 static void i915_ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in i915_ttm_tt_destroy()
392 static struct sg_table *i915_ttm_tt_get_st(struct ttm_tt *ttm) in i915_ttm_tt_get_st()
546 struct ttm_tt *ttm = bo->ttm; in i915_ttm_move() local
A Di915_gem_object_types.h572 } ttm; member
/linux/drivers/gpu/drm/qxl/
A Dqxl_ttm.c102 static void qxl_ttm_backend_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in qxl_ttm_backend_destroy()
111 struct ttm_tt *ttm; in qxl_ttm_tt_create() local
/linux/include/drm/ttm/
A Dttm_tt.h214 static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm) in ttm_tt_mark_for_clear()
A Dttm_bo_api.h140 struct ttm_tt *ttm; member
/linux/arch/powerpc/perf/
A Dppc970-pmu.c264 unsigned int ttm, grp; in p970_compute_mmcr() local
A Dpower5+-pmu.c460 unsigned int ttm; in power5p_compute_mmcr() local
A Dpower5-pmu.c391 unsigned int ttm, grp; in power5_compute_mmcr() local
/linux/drivers/net/ethernet/dec/tulip/
A Dde4x5.c517 u_int ttm; /* Transmit Threshold Mode for each media */ member

Completed in 57 milliseconds