/linux/drivers/gpu/drm/ttm/ |
H 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()
|
H A D | ttm_bo_util.c | 149 struct ttm_tt *ttm = bo->ttm; in ttm_bo_move_memcpy() local 345 struct ttm_tt *ttm = bo->ttm; in ttm_bo_kmap_ttm() local 506 struct ttm_tt *ttm = bo->ttm; in ttm_bo_vmap() local 717 struct ttm_tt *ttm; in ttm_bo_pipeline_gutting() local
|
H A D | ttm_bo_vm.c | 191 struct ttm_tt *ttm = NULL; in ttm_bo_vm_fault_reserved() local
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_sgdma.c | 15 struct ttm_tt ttm; member 20 nouveau_sgdma_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_sgdma_destroy() 31 nouveau_sgdma_bind(struct ttm_device *bdev, struct ttm_tt *ttm, struct ttm_resource *reg) in nouveau_sgdma_bind() 58 nouveau_sgdma_unbind(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_sgdma_unbind()
|
H A D | nouveau_bo.c | 776 nouveau_ttm_tt_bind(struct ttm_device *bdev, struct ttm_tt *ttm, in nouveau_ttm_tt_bind() 792 nouveau_ttm_tt_unbind(struct ttm_device *bdev, struct ttm_tt *ttm) in nouveau_ttm_tt_unbind() 1337 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in nouveau_ttm_tt_populate() 1359 struct ttm_tt *ttm) in nouveau_ttm_tt_unpopulate() 1376 struct ttm_tt *ttm) in nouveau_ttm_tt_destroy()
|
H A D | nouveau_drv.h | 244 } ttm; member
|
/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ttm.c | 677 struct ttm_tt ttm; member 700 struct ttm_tt *ttm = bo->tbo.ttm; in amdgpu_ttm_tt_get_user_pages() local 747 void amdgpu_ttm_tt_discard_user_pages(struct ttm_tt *ttm, in amdgpu_ttm_tt_discard_user_pages() 762 bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm, in amdgpu_ttm_tt_get_user_pages_done() 786 void amdgpu_ttm_tt_set_user_pages(struct ttm_tt *ttm, struct page **pages) in amdgpu_ttm_tt_set_user_pages() 800 struct ttm_tt *ttm) in amdgpu_ttm_tt_pin_userptr() 839 struct ttm_tt *ttm) in amdgpu_ttm_tt_unpin_userptr() 864 struct ttm_tt *ttm, uint64_t flags) in amdgpu_ttm_gart_bind_gfx9_mqd() 898 struct ttm_tt *ttm = tbo->ttm; in amdgpu_ttm_gart_bind() local 920 struct ttm_tt *ttm, in amdgpu_ttm_backend_bind() [all …]
|
H A D | amdgpu_ttm.h | 203 static inline void amdgpu_ttm_tt_discard_user_pages(struct ttm_tt *ttm, in amdgpu_ttm_tt_discard_user_pages() 207 static inline bool amdgpu_ttm_tt_get_user_pages_done(struct ttm_tt *ttm, in amdgpu_ttm_tt_get_user_pages_done()
|
H A D | amdgpu_amdkfd_gpuvm.c | 561 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmamap_userptr() local 650 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmamap_sg_bo() local 727 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmaunmap_userptr() local 773 struct ttm_tt *ttm = bo->tbo.ttm; in kfd_mem_dmaunmap_sg_bo() local
|
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ttm_buffer.c | 274 struct ttm_tt *ttm, struct ttm_resource *bo_mem) in vmw_ttm_bind() 321 struct ttm_tt *ttm) in vmw_ttm_unbind() 348 static void vmw_ttm_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in vmw_ttm_destroy() 363 struct ttm_tt *ttm, struct ttm_operation_ctx *ctx) in vmw_ttm_populate() 379 struct ttm_tt *ttm) in vmw_ttm_unpopulate()
|
/linux/drivers/gpu/drm/ttm/tests/ |
H A D | ttm_kunit_helpers.c | 55 static void ttm_tt_simple_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in ttm_tt_simple_destroy() 116 struct ttm_device *ttm, in ttm_device_kunit_init_with_funcs() 142 struct ttm_device *ttm, in ttm_device_kunit_init() 161 struct ttm_device *ttm, in ttm_device_kunit_init_bad_evict()
|
/linux/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_ttm.c | 50 struct ttm_tt ttm; member 182 struct ttm_tt *ttm, in i915_ttm_tt_shmem_populate() 240 static void i915_ttm_tt_shmem_unpopulate(struct ttm_tt *ttm) in i915_ttm_tt_shmem_unpopulate() 316 struct ttm_tt *ttm, in i915_ttm_tt_populate() 327 static void i915_ttm_tt_unpopulate(struct ttm_device *bdev, struct ttm_tt *ttm) in i915_ttm_tt_unpopulate() 343 static void i915_ttm_tt_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in i915_ttm_tt_destroy() 519 static struct i915_refct_sgt *i915_ttm_tt_get_st(struct ttm_tt *ttm) in i915_ttm_tt_get_st()
|
H A D | i915_gem_object_types.h | 700 } ttm; member
|
/linux/drivers/gpu/drm/qxl/ |
H A D | qxl_ttm.c | 100 static void qxl_ttm_backend_destroy(struct ttm_device *bdev, struct ttm_tt *ttm) in qxl_ttm_backend_destroy() 109 struct ttm_tt *ttm; in qxl_ttm_tt_create() local
|
/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_ttm.c | 112 struct ttm_tt *ttm, in lsdc_ttm_tt_populate() 129 struct ttm_tt *ttm) in lsdc_ttm_tt_unpopulate()
|
/linux/drivers/gpu/drm/xe/ |
H A D | xe_bo_types.h | 29 struct ttm_buffer_object ttm; member
|
H A D | xe_device.h | 39 static inline struct xe_device *ttm_to_xe_device(struct ttm_device *ttm) in ttm_to_xe_device()
|
H A D | xe_bo.c | 285 struct ttm_tt ttm; member 665 struct ttm_tt *ttm = ttm_bo->ttm; in xe_bo_move() local
|
H A D | xe_device_types.h | 362 struct ttm_device ttm; member
|
/linux/arch/powerpc/perf/ |
H A D | ppc970-pmu.c | 264 unsigned int ttm, grp; in p970_compute_mmcr() local
|
H A D | power5-pmu.c | 391 unsigned int ttm, grp; in power5_compute_mmcr() local
|
H A D | power5+-pmu.c | 460 unsigned int ttm; in power5p_compute_mmcr() local
|
/linux/include/drm/ttm/ |
H A D | ttm_bo.h | 121 struct ttm_tt *ttm; member
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_bo.c | 29 struct ttm_tt *ttm; in ccs_test_migrate() local
|