Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vm_sdma.c67 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, &p->job); in amdgpu_vm_sdma_prepare()
220 r = amdgpu_job_alloc_with_ib(p->adev, ndw * 4, &p->job); in amdgpu_vm_sdma_update()
Damdgpu_job.h70 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size,
Damdgpu_vcn.c418 r = amdgpu_job_alloc_with_ib(adev, 64, &job); in amdgpu_vcn_dec_send_msg()
582 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_enc_get_create_msg()
635 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_enc_get_destroy_msg()
749 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_jpeg_set_reg()
Damdgpu_job.c89 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size, in amdgpu_job_alloc_with_ib() function
Damdgpu_vce.c442 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vce_get_create_msg()
520 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vce_get_destroy_msg()
Duvd_v6_0.c219 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v6_0_enc_get_create_msg()
282 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v6_0_enc_get_destroy_msg()
Damdgpu_ttm.c1961 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, &job); in amdgpu_map_buffer()
2024 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, &job); in amdgpu_copy_buffer()
2113 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, &job); in amdgpu_fill_buffer()
Dgmc_v10_0.c306 r = amdgpu_job_alloc_with_ib(adev, 16 * 4, &job); in gmc_v10_0_flush_gpu_tlb()
Duvd_v7_0.c227 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v7_0_enc_get_create_msg()
289 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v7_0_enc_get_destroy_msg()
Damdgpu_uvd.c1046 r = amdgpu_job_alloc_with_ib(adev, 64, &job); in amdgpu_uvd_send_msg()