Searched refs:AMDGPU_HW_IP_DMA (Results 1 - 10 of 10) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | security_tests.c | 204 AMDGPU_HW_IP_DMA, ctx->ring_id, in amdgpu_bo_lcopy() 248 AMDGPU_HW_IP_DMA, ctx->ring_id, in amdgpu_bo_move() 413 AMDGPU_HW_IP_DMA, in amdgpu_security_sdma_submission_test() 467 AMDGPU_HW_IP_DMA, in suite_security_tests_init()
|
H A D | deadlock_tests.c | 344 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_DMA, 0, &info); in amdgpu_deadlock_sdma() 388 ibs_request.ip_type = AMDGPU_HW_IP_DMA; in amdgpu_deadlock_sdma() 403 fence_status.ip_type = AMDGPU_HW_IP_DMA; in amdgpu_deadlock_sdma()
|
H A D | syncobj_tests.c | 145 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper() 171 AMDGPU_HW_IP_DMA; in syncobj_command_submission_helper()
|
H A D | amdgpu_stress.c | 232 ibs_request.ip_type = AMDGPU_HW_IP_DMA; in submit_ib()
|
H A D | basic_tests.c | 1144 AMDGPU_HW_IP_DMA, 0, in amdgpu_bo_eviction_test() 1251 ibs_request[0].ip_type = AMDGPU_HW_IP_DMA; in amdgpu_semaphore_test() 1258 r = amdgpu_cs_signal_semaphore(context_handle[0], AMDGPU_HW_IP_DMA, 0, 0, sem); in amdgpu_semaphore_test() 1610 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_write_linear_helper_with_secure() 1670 } else if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_write_linear_helper_with_secure() 1757 amdgpu_command_submission_write_linear_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_write_linear() 1814 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_const_fill_helper() 1890 amdgpu_command_submission_const_fill_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_const_fill() 1963 if (ip_type == AMDGPU_HW_IP_DMA) { in amdgpu_command_submission_copy_linear_helper() 2048 amdgpu_command_submission_copy_linear_helper(AMDGPU_HW_IP_DMA); in amdgpu_command_submission_sdma_copy_linear() [all...] |
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 557 #define AMDGPU_HW_IP_DMA 2 macro
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 551 #define AMDGPU_HW_IP_DMA 2 macro
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 57 #define AMDGPU_HW_IP_DMA 2 macro 594 STATIC_ASSERT(AMDGPU_HW_IP_DMA == AMD_IP_SDMA); in ac_query_gpu_info()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
H A D | radv_amdgpu_cs.c | 287 case AMDGPU_HW_IP_DMA: in get_nop_packet()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
H A D | amdgpu_cs.c | 855 cs->ib[IB_MAIN].ip_type = AMDGPU_HW_IP_DMA; in amdgpu_init_cs_context()
|
Completed in 20 milliseconds