Home
last modified time | relevance | path

Searched refs:hw_ip_version_major (Results 1 – 8 of 8) sorted by relevance

/third_party/libdrm/tests/amdgpu/
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()
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()
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()
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/libdrm/include/drm/
Damdgpu_drm.h1076 __u32 hw_ip_version_major; member
/third_party/mesa3d/include/drm-uapi/
Damdgpu_drm.h1084 __u32 hw_ip_version_major; member
/third_party/mesa3d/src/amd/common/
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()
/third_party/mesa3d/docs/relnotes/
D22.2.0.rst6065 - radv: Add losing member hw_ip_version_major and hw_ip_version_minor for win32