Searched refs:AMDGPU_HW_IP_GFX (Results 1 - 12 of 12) sorted by relevance
/third_party/libdrm/tests/amdgpu/ |
H A D | deadlock_tests.c | 229 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 D | hotunplug_tests.c | 219 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 D | basic_tests.c | 901 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 D | vm_tests.c | 121 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in amdgpu_vmid_reserve_test()
|
H A D | security_tests.c | 406 AMDGPU_HW_IP_GFX, in amdgpu_security_gfx_submission_test()
|
H A D | syncobj_tests.c | 118 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in syncobj_command_submission_helper()
|
H A D | cp_dma_tests.c | 227 AMDGPU_HW_IP_COMPUTE : AMDGPU_HW_IP_GFX; in submit_and_sync()
|
/third_party/mesa3d/include/drm-uapi/ |
H A D | amdgpu_drm.h | 555 #define AMDGPU_HW_IP_GFX 0 macro
|
/third_party/libdrm/include/drm/ |
H A D | amdgpu_drm.h | 549 #define AMDGPU_HW_IP_GFX 0 macro
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_gpu_info.c | 55 #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 D | radv_amdgpu_cs.c | 278 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 D | amdgpu_cs.c | 884 cs->ib[IB_MAIN].ip_type = ip_type == AMD_IP_GFX ? AMDGPU_HW_IP_GFX : in amdgpu_init_cs_context()
|
Completed in 20 milliseconds