Home
last modified time | relevance | path

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

/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.h50 struct radv_amdgpu_fence last_submission[AMDGPU_HW_IP_DMA + 1][MAX_RINGS_PER_TYPE];
Dradv_amdgpu_cs.c94 return AMDGPU_HW_IP_DMA; in ring_to_hw_ip()
/third_party/libdrm/tests/amdgpu/
Ddeadlock_tests.c326 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_DMA, 0, &info); in amdgpu_deadlock_sdma()
370 ibs_request.ip_type = AMDGPU_HW_IP_DMA; in amdgpu_deadlock_sdma()
385 fence_status.ip_type = AMDGPU_HW_IP_DMA; in amdgpu_deadlock_sdma()
Dsyncobj_tests.c129 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper()
155 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper()
Dbasic_tests.c936 AMDGPU_HW_IP_DMA, 0, in amdgpu_bo_eviction_test()
1035 ibs_request[0].ip_type = AMDGPU_HW_IP_DMA; in amdgpu_semaphore_test()
1042 r = amdgpu_cs_signal_semaphore(context_handle[0], AMDGPU_HW_IP_DMA, 0, 0, sem); in amdgpu_semaphore_test()
1367 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_write_linear_helper()
1423 amdgpu_command_submission_write_linear_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_write_linear()
1480 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_const_fill_helper()
1556 amdgpu_command_submission_const_fill_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_const_fill()
1629 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_copy_linear_helper()
1714 amdgpu_command_submission_copy_linear_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_copy_linear()
1894 AMDGPU_HW_IP_DMA, 0, in amdgpu_userptr_test()
/third_party/libdrm/include/drm/
Damdgpu_drm.h522 #define AMDGPU_HW_IP_DMA 2 macro
/third_party/mesa3d/include/drm-uapi/
Damdgpu_drm.h536 #define AMDGPU_HW_IP_DMA 2 macro
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c46 #define AMDGPU_HW_IP_DMA 2 macro
381 r = amdgpu_query_hw_ip_info(dev, AMDGPU_HW_IP_DMA, 0, &dma); in ac_query_gpu_info()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
Damdgpu_cs.c848 cs->ib[IB_MAIN].ip_type = AMDGPU_HW_IP_DMA; in amdgpu_init_cs_context()