Home
last modified time | relevance | path

Searched refs:hw_ip_version_major (Results 1 - 7 of 7) sorted by relevance

/third_party/libdrm/tests/amdgpu/
H A Dvcn_tests.c134 if (info.hw_ip_version_major == 1) in suite_vcn_tests_enable()
136 else if (info.hw_ip_version_major == 2) in suite_vcn_tests_enable()
138 else if ((info.hw_ip_version_major == 2 && info.hw_ip_version_minor >= 5) || in suite_vcn_tests_enable()
139 info.hw_ip_version_major == 3) in suite_vcn_tests_enable()
H A Djpeg_tests.c182 if (info.hw_ip_version_major == 1) in suite_jpeg_tests_enable()
184 else if (info.hw_ip_version_major > 1 && info.hw_ip_version_major <= 3) in suite_jpeg_tests_enable()
H A Ddeadlock_tests.c543 version = info.hw_ip_version_major; in amdgpu_draw_hang_gfx()
565 version = info.hw_ip_version_major; in amdgpu_draw_hang_slow_gfx()
H A Dbasic_tests.c2962 version = info.hw_ip_version_major; in amdgpu_compute_dispatch_test()
2985 version = info.hw_ip_version_major; in amdgpu_gfx_dispatch_test()
3008 version = info.hw_ip_version_major; in amdgpu_dispatch_hang_helper()
3189 version = info.hw_ip_version_major; in amdgpu_dispatch_hang_slow_helper()
4083 version = info.hw_ip_version_major; in amdgpu_draw_test()
/third_party/mesa3d/include/drm-uapi/
H A Damdgpu_drm.h1084 __u32 hw_ip_version_major; member
/third_party/libdrm/include/drm/
H A Damdgpu_drm.h1076 __u32 hw_ip_version_major; member
/third_party/mesa3d/src/amd/common/
H A Dac_gpu_info.c182 uint32_t hw_ip_version_major; member
655 info->ip[ip_type].ver_major = ip_info.hw_ip_version_major; in ac_query_gpu_info()

Completed in 17 milliseconds