Searched refs:amdgpu_job_alloc_with_ib (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_job.h | 94 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev,
|
D | amdgpu_vm_sdma.c | 58 r = amdgpu_job_alloc_with_ib(p->adev, entity, AMDGPU_FENCE_OWNER_VM, in amdgpu_vm_sdma_alloc_job()
|
D | amdgpu_vcn.c | 554 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_dec_send_msg() 734 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_dec_sw_send_msg() 864 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_enc_get_create_msg() 931 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, in amdgpu_vcn_enc_get_destroy_msg()
|
D | amdgpu_jpeg.c | 192 r = amdgpu_job_alloc_with_ib(ring->adev, NULL, NULL, ib_size_dw * 4, in amdgpu_jpeg_dec_set_reg()
|
D | amdgpu_vce.c | 449 r = amdgpu_job_alloc_with_ib(ring->adev, &ring->adev->vce.entity, in amdgpu_vce_get_create_msg() 539 r = amdgpu_job_alloc_with_ib(ring->adev, &ring->adev->vce.entity, in amdgpu_vce_get_destroy_msg()
|
D | amdgpu_job.c | 215 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, in amdgpu_job_alloc_with_ib() function
|
D | uvd_v6_0.c | 219 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()
|
D | amdgpu_ttm.c | 226 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in amdgpu_ttm_map_buffer() 1503 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in amdgpu_ttm_access_memory_sdma() 2147 r = amdgpu_job_alloc_with_ib(adev, entity, in amdgpu_ttm_prepare_job()
|
D | uvd_v7_0.c | 227 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()
|
D | amdgpu_gmc.c | 653 r = amdgpu_job_alloc_with_ib(ring->adev, &adev->mman.high_pr, in amdgpu_gmc_flush_gpu_tlb()
|
D | amdgpu_uvd.c | 1134 r = amdgpu_job_alloc_with_ib(ring->adev, &adev->uvd.entity, in amdgpu_uvd_send_msg()
|
D | amdgpu_gfx.c | 1415 r = amdgpu_job_alloc_with_ib(ring->adev, &entity, NULL, in amdgpu_gfx_run_cleaner_shader_job()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_migrate.c | 67 r = amdgpu_job_alloc_with_ib(adev, &adev->mman.high_pr, in svm_migrate_gart_map()
|