Home
last modified time | relevance | path

Searched refs:kgd_mem (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gpuvm.c78 struct kgd_mem *mem) in kfd_mem_is_attached()
316 struct kgd_mem *mem, struct amdgpu_bo **bo_out) in create_dmamap_sg_bo()
505 static uint64_t get_pte_flags(struct amdgpu_device *adev, struct kgd_mem *mem) in get_pte_flags()
551 kfd_mem_dmamap_userptr(struct kgd_mem *mem, in kfd_mem_dmamap_userptr()
644 kfd_mem_dmamap_sg_bo(struct kgd_mem *mem, in kfd_mem_dmamap_sg_bo()
699 kfd_mem_dmamap_attachment(struct kgd_mem *mem, in kfd_mem_dmamap_attachment()
718 kfd_mem_dmaunmap_userptr(struct kgd_mem *mem, in kfd_mem_dmaunmap_userptr()
767 kfd_mem_dmaunmap_sg_bo(struct kgd_mem *mem, in kfd_mem_dmaunmap_sg_bo()
795 kfd_mem_dmaunmap_attachment(struct kgd_mem *mem, in kfd_mem_dmaunmap_attachment()
815 static int kfd_mem_export_dmabuf(struct kgd_mem *mem) in kfd_mem_export_dmabuf()
[all …]
H A Damdgpu_object.h118 struct kgd_mem *kfd_bo;
/linux/drivers/gpu/drm/amd/include/
H A Dkgd_kfd_interface.h41 struct kgd_mem;
/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_process.c716 static void kfd_process_free_gpuvm(struct kgd_mem *mem, in kfd_process_free_gpuvm()
739 uint32_t flags, struct kgd_mem **mem, void **kptr) in kfd_process_alloc_gpuvm()
763 (struct kgd_mem *)*mem, kptr, NULL); in kfd_process_alloc_gpuvm()
797 struct kgd_mem *mem; in kfd_process_device_reserve_ib_mem()
1368 struct kgd_mem *mem; in kfd_process_device_init_cwsr_dgpu()
H A Dkfd_process_queue_manager.c107 struct kgd_mem *mem = NULL; in pqm_set_gws()