Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_sdma.c69 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, pool, &p->job); in amdgpu_vm_sdma_prepare()
248 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, pool, in amdgpu_vm_sdma_update()
Damdgpu_job.h83 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size,
Damdgpu_jpeg.c153 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_jpeg_dec_set_reg()
Damdgpu_vcn.c613 r = amdgpu_job_alloc_with_ib(adev, 64, in amdgpu_vcn_dec_send_msg()
793 r = amdgpu_job_alloc_with_ib(adev, ib_size_dw * 4, in amdgpu_vcn_dec_sw_send_msg()
922 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vcn_enc_get_create_msg()
988 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vcn_enc_get_destroy_msg()
Damdgpu_job.c116 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size, in amdgpu_job_alloc_with_ib() function
Damdgpu_vce.c453 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vce_get_create_msg()
541 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in amdgpu_vce_get_destroy_msg()
Damdgpu_ttm.c232 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, in amdgpu_ttm_map_buffer()
1421 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, AMDGPU_IB_POOL_DELAYED, &job); in amdgpu_ttm_access_memory_sdma()
1939 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, pool, job); in amdgpu_ttm_prepare_job()
Duvd_v6_0.c219 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()
Duvd_v7_0.c227 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v7_0_enc_get_create_msg()
290 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, in uvd_v7_0_enc_get_destroy_msg()
Dgmc_v10_0.c374 r = amdgpu_job_alloc_with_ib(adev, 16 * 4, AMDGPU_IB_POOL_IMMEDIATE, in gmc_v10_0_flush_gpu_tlb()
Damdgpu_uvd.c1135 r = amdgpu_job_alloc_with_ib(adev, 64, direct ? AMDGPU_IB_POOL_DIRECT : in amdgpu_uvd_send_msg()
/Linux-v6.1/drivers/gpu/drm/amd/amdkfd/
Dkfd_migrate.c68 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, in svm_migrate_gart_map()