Searched refs:AMDGPU_HW_IP_GFX (Results 1 – 9 of 9) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
D | deadlock_tests.c | 211 amdgpu_deadlock_helper(AMDGPU_HW_IP_GFX); in amdgpu_deadlock_gfx() 451 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in bad_access_helper() 464 fence_status.ip_type = AMDGPU_HW_IP_GFX; in bad_access_helper() 496 amdgpu_dispatch_hang_helper(device_handle, AMDGPU_HW_IP_GFX); in amdgpu_dispatch_hang_gfx() 506 amdgpu_dispatch_hang_slow_helper(device_handle, AMDGPU_HW_IP_GFX); in amdgpu_dispatch_hang_slow_gfx() 520 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_GFX, 0, &info); in amdgpu_draw_hang_gfx() 538 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_GFX, 0, &info); in amdgpu_draw_hang_slow_gfx()
|
D | basic_tests.c | 693 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_separate_ibs() 704 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_separate_ibs() 777 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_shared_ib() 788 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_shared_ib() 810 amdgpu_command_submission_write_linear_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_write_data() 815 amdgpu_command_submission_const_fill_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_const_fill() 820 amdgpu_command_submission_copy_linear_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_copy_data() 1045 r = amdgpu_cs_wait_semaphore(context_handle[0], AMDGPU_HW_IP_GFX, 0, 0, sem); in amdgpu_semaphore_test() 1052 ibs_request[1].ip_type = AMDGPU_HW_IP_GFX; in amdgpu_semaphore_test() 1062 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_semaphore_test() [all …]
|
D | vm_tests.c | 136 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_vmid_reserve_test() 149 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_vmid_reserve_test()
|
D | syncobj_tests.c | 128 chunk_data.ib_data.ip_type = wait_or_signal ? AMDGPU_HW_IP_GFX : in syncobj_command_submission_helper() 154 fence_status.ip_type = wait_or_signal ? AMDGPU_HW_IP_GFX: in syncobj_command_submission_helper()
|
/third_party/libdrm/include/drm/ |
D | amdgpu_drm.h | 520 #define AMDGPU_HW_IP_GFX 0 macro
|
/third_party/mesa3d/include/drm-uapi/ |
D | amdgpu_drm.h | 534 #define AMDGPU_HW_IP_GFX 0 macro
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.c | 44 #define AMDGPU_HW_IP_GFX 0 macro 387 r = amdgpu_query_hw_ip_info(dev, AMDGPU_HW_IP_GFX, 0, &gfx); in ac_query_gpu_info()
|
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/ |
D | amdgpu_cs.c | 877 cs->ib[IB_MAIN].ip_type = ring_type == RING_GFX ? AMDGPU_HW_IP_GFX : in amdgpu_init_cs_context()
|
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/ |
D | radv_amdgpu_cs.c | 92 return AMDGPU_HW_IP_GFX; in ring_to_hw_ip()
|