Searched refs:amdgpu_job_alloc_with_ib (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.15/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_vm_sdma.c | 69 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, pool, &p->job); in amdgpu_vm_sdma_prepare() 232 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, pool, in amdgpu_vm_sdma_update()
|
D | amdgpu_job.h | 73 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size,
|
D | amdgpu_vcn.c | 555 r = amdgpu_job_alloc_with_ib(adev, 64, in amdgpu_vcn_dec_send_msg() 703 r = amdgpu_job_alloc_with_ib(adev, ib_size_dw * 4, in amdgpu_vcn_dec_sw_send_msg() 822 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vcn_enc_get_create_msg() 876 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vcn_enc_get_destroy_msg()
|
D | amdgpu_jpeg.c | 153 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_jpeg_dec_set_reg()
|
D | amdgpu_job.c | 109 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size, in amdgpu_job_alloc_with_ib() function
|
D | amdgpu_vce.c | 454 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vce_get_create_msg() 533 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vce_get_destroy_msg()
|
D | amdgpu_ttm.c | 223 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, in amdgpu_ttm_map_buffer() 1904 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, pool, &job); in amdgpu_copy_buffer() 1997 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, AMDGPU_IB_POOL_DELAYED, in amdgpu_fill_buffer()
|
D | uvd_v6_0.c | 219 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v6_0_enc_get_create_msg() 283 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v6_0_enc_get_destroy_msg()
|
D | gmc_v10_0.c | 369 r = amdgpu_job_alloc_with_ib(adev, 16 * 4, AMDGPU_IB_POOL_IMMEDIATE, in gmc_v10_0_flush_gpu_tlb()
|
D | uvd_v7_0.c | 226 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v7_0_enc_get_create_msg() 289 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v7_0_enc_get_destroy_msg()
|
D | amdgpu_uvd.c | 1096 r = amdgpu_job_alloc_with_ib(adev, 64, direct ? AMDGPU_IB_POOL_DIRECT : in amdgpu_uvd_send_msg()
|
/Linux-v5.15/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_migrate.c | 62 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, in svm_migrate_gart_map()
|