/linux/drivers/gpu/drm/ttm/ |
A D | ttm_tt.c | 97 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 D | ttm_agp_backend.c | 45 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 D | ttm_bo_util.c | 138 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 D | ttm_bo_vm.c | 204 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault_reserved() local
|
/linux/drivers/gpu/drm/radeon/ |
A D | radeon_ttm.c | 328 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 D | nouveau_sgdma.c | 14 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 D | nouveau_bo.c | 713 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 D | nouveau_drv.h | 171 } ttm; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
A D | amdgpu_ttm.c | 641 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 D | amdgpu_ttm.h | 173 static inline bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm) in amdgpu_ttm_tt_get_user_pages_done()
|
A D | amdgpu_amdkfd_gpuvm.c | 478 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 D | vmwgfx_ttm_buffer.c | 451 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 D | i915_gem_ttm.c | 46 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 D | i915_gem_object_types.h | 572 } ttm; member
|
/linux/drivers/gpu/drm/qxl/ |
A D | qxl_ttm.c | 102 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 D | ttm_tt.h | 214 static inline void ttm_tt_mark_for_clear(struct ttm_tt *ttm) in ttm_tt_mark_for_clear()
|
A D | ttm_bo_api.h | 140 struct ttm_tt *ttm; member
|
/linux/arch/powerpc/perf/ |
A D | ppc970-pmu.c | 264 unsigned int ttm, grp; in p970_compute_mmcr() local
|
A D | power5+-pmu.c | 460 unsigned int ttm; in power5p_compute_mmcr() local
|
A D | power5-pmu.c | 391 unsigned int ttm, grp; in power5_compute_mmcr() local
|
/linux/drivers/net/ethernet/dec/tulip/ |
A D | de4x5.c | 517 u_int ttm; /* Transmit Threshold Mode for each media */ member
|