Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/drm/amd/amdgpu/
H A Damdgpu_vcn.c296 r = amdgpu_job_alloc_with_ib(adev, 64, &job); in amdgpu_vcn_dec_send_msg()
478 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_enc_get_create_msg()
530 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_enc_get_destroy_msg()
654 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vcn_jpeg_set_reg()
H A Damdgpu_job.h65 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size,
H A Damdgpu_job.c74 int amdgpu_job_alloc_with_ib(struct amdgpu_device *adev, unsigned size, in amdgpu_job_alloc_with_ib() function
H A Damdgpu_vce.c441 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vce_get_create_msg()
519 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in amdgpu_vce_get_destroy_msg()
H A Duvd_v6_0.c227 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v6_0_enc_get_create_msg()
289 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v6_0_enc_get_destroy_msg()
H A Damdgpu_ttm.c2005 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4 + num_bytes, &job); in amdgpu_map_buffer()
2068 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, &job); in amdgpu_copy_buffer()
2154 r = amdgpu_job_alloc_with_ib(adev, num_dw * 4, &job); in amdgpu_fill_buffer()
H A Damdgpu_vm.c465 r = amdgpu_job_alloc_with_ib(adev, 64, &job); in amdgpu_vm_clear_bo()
1144 r = amdgpu_job_alloc_with_ib(adev, ndw * 4, &job); in amdgpu_vm_update_directories()
1523 r = amdgpu_job_alloc_with_ib(adev, ndw * 4, &job); in amdgpu_vm_bo_update_mapping()
H A Duvd_v7_0.c235 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v7_0_enc_get_create_msg()
298 r = amdgpu_job_alloc_with_ib(ring->adev, ib_size_dw * 4, &job); in uvd_v7_0_enc_get_destroy_msg()
H A Damdgpu_uvd.c1044 r = amdgpu_job_alloc_with_ib(adev, 64, &job); in amdgpu_uvd_send_msg()