Searched refs:AMDGPU_HW_IP_DMA (Results 1 – 9 of 9) sorted by relevance
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.h | 50 struct radv_amdgpu_fence last_submission[AMDGPU_HW_IP_DMA + 1][MAX_RINGS_PER_TYPE];
|
D | radv_amdgpu_cs.c | 94 return AMDGPU_HW_IP_DMA; in ring_to_hw_ip()
|
/third_party/libdrm/tests/amdgpu/ |
D | deadlock_tests.c | 326 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()
|
D | syncobj_tests.c | 129 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper() 155 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper()
|
D | basic_tests.c | 936 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/ |
D | amdgpu_drm.h | 522 #define AMDGPU_HW_IP_DMA 2 macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | amdgpu_drm.h | 536 #define AMDGPU_HW_IP_DMA 2 macro
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 46 #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/ |
D | amdgpu_cs.c | 848 cs->ib[IB_MAIN].ip_type = AMDGPU_HW_IP_DMA; in amdgpu_init_cs_context()
|