Home
last modified time | relevance | path

Searched refs:amdgpu_job_alloc_with_ib (Results 1 – 12 of 12) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_job.h91 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev,
Damdgpu_vm_sdma.c67 r = amdgpu_job_alloc_with_ib(p->adev, entity, AMDGPU_FENCE_OWNER_VM, in amdgpu_vm_sdma_alloc_job()
Damdgpu_vcn.c530 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_dec_send_msg()
711 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_dec_sw_send_msg()
841 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_enc_get_create_msg()
908 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_enc_get_destroy_msg()
Damdgpu_jpeg.c162 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in amdgpu_jpeg_dec_set_reg()
Damdgpu_job.c121 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, in amdgpu_job_alloc_with_ib() function
Damdgpu_vce.c448 r = amdgpu_job_alloc_with_ib(ring->adev, &ring->adev->vce.entity, in amdgpu_vce_get_create_msg()
538 r = amdgpu_job_alloc_with_ib(ring->adev, &ring->adev->vce.entity, in amdgpu_vce_get_destroy_msg()
Duvd_v6_0.c219 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in uvd_v6_0_enc_get_create_msg()
283 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in uvd_v6_0_enc_get_destroy_msg()
Damdgpu_ttm.c231 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in amdgpu_ttm_map_buffer()
1472 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in amdgpu_ttm_access_memory_sdma()
2114 r = amdgpu_job_alloc_with_ib(adev, entity, in amdgpu_ttm_prepare_job()
Duvd_v7_0.c227 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in uvd_v7_0_enc_get_create_msg()
290 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in uvd_v7_0_enc_get_destroy_msg()
Dgmc_v10_0.c379 r = amdgpu_job_alloc_with_ib(ring->adev, &adev->mman.high_pr, in gmc_v10_0_flush_gpu_tlb()
Damdgpu_uvd.c1130 r = amdgpu_job_alloc_with_ib(ring->adev, &adev->uvd.entity, in amdgpu_uvd_send_msg()
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_migrate.c67 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in svm_migrate_gart_map()