Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Ddeadlock_tests.c211 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()
Dbasic_tests.c693 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 …]
Dvm_tests.c136 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()
Dsyncobj_tests.c128 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/
Damdgpu_drm.h520 #define AMDGPU_HW_IP_GFX 0 macro
/third_party/mesa3d/include/drm-uapi/
Damdgpu_drm.h534 #define AMDGPU_HW_IP_GFX 0 macro
/third_party/mesa3d/src/amd/common/
Dac_gpu_info.c44 #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/
Damdgpu_cs.c877 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/
Dradv_amdgpu_cs.c92 return AMDGPU_HW_IP_GFX; in ring_to_hw_ip()