Home
last modified time | relevance | path

Searched refs:AMDGPU_HW_IP_GFX (Results 1 - 12 of 12) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A Ddeadlock_tests.c229 amdgpu_deadlock_helper(AMDGPU_HW_IP_GFX); in amdgpu_deadlock_gfx()
469 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in bad_access_helper()
482 fence_status.ip_type = AMDGPU_HW_IP_GFX; in bad_access_helper()
514 amdgpu_dispatch_hang_helper(device_handle, AMDGPU_HW_IP_GFX); in amdgpu_dispatch_hang_gfx()
524 amdgpu_dispatch_hang_slow_helper(device_handle, AMDGPU_HW_IP_GFX); in amdgpu_dispatch_hang_slow_gfx()
538 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_GFX, 0, &info); in amdgpu_draw_hang_gfx()
562 r = amdgpu_query_hw_ip_info(device_handle, AMDGPU_HW_IP_GFX, 0, &info); in amdgpu_draw_hang_slow_gfx()
H A Dhotunplug_tests.c219 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_nop_cs()
228 amdgpu_cs_sync(context, AMDGPU_HW_IP_GFX, 0, ibs_request.seq_no); in amdgpu_nop_cs()
391 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_hotunplug_with_exported_fence()
400 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_hotunplug_with_exported_fence()
H A Dbasic_tests.c901 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_separate_ibs()
912 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_separate_ibs()
985 ibs_request.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_shared_ib()
996 fence_status.ip_type = AMDGPU_HW_IP_GFX; in amdgpu_command_submission_gfx_shared_ib()
1018 amdgpu_command_submission_write_linear_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_write_data()
1023 amdgpu_command_submission_const_fill_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_const_fill()
1028 amdgpu_command_submission_copy_linear_helper(AMDGPU_HW_IP_GFX); in amdgpu_command_submission_gfx_cp_copy_data()
1218 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in amdgpu_semaphore_test()
1626 } else if ((ip_type == AMDGPU_HW_IP_GFX) || in amdgpu_command_submission_write_linear_helper_with_secure()
1647 } else if (ip_type == AMDGPU_HW_IP_GFX) { in amdgpu_command_submission_write_linear_helper_with_secure()
[all...]
H A Dvm_tests.c121 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in amdgpu_vmid_reserve_test()
H A Dsecurity_tests.c406 AMDGPU_HW_IP_GFX, in amdgpu_security_gfx_submission_test()
H A Dsyncobj_tests.c118 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in syncobj_command_submission_helper()
H A Dcp_dma_tests.c227 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in submit_and_sync()
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h555 #define AMDGPU_HW_IP_GFX 0 macro
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h549 #define AMDGPU_HW_IP_GFX 0 macro
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c55 #define AMDGPU_HW_IP_GFX 0 macro
592 STATIC_ASSERT(AMDGPU_HW_IP_GFX == AMD_IP_GFX); in ac_query_gpu_info()
/third_party/mesa3d/src/amd/vulkan/winsys/amdgpu/
H A Dradv_amdgpu_cs.c278 return hw_ip == AMDGPU_HW_IP_GFX || hw_ip == AMDGPU_HW_IP_COMPUTE; in hw_can_chain()
284 case AMDGPU_HW_IP_GFX: in get_nop_packet()
/third_party/mesa3d/src/gallium/winsys/amdgpu/drm/
H A Damdgpu_cs.c884 cs->ib[IB_MAIN].ip_type = ip_type == AMD_IP_GFX ? AMDGPU_HW_IP_GFX : in amdgpu_init_cs_context()

Completed in 20 milliseconds