/third_party/libdrm/tests/amdgpu/ |
D | cs_tests.c | 42 static uint32_t chip_rev; variable 73 chip_rev = device_handle->info.chip_rev; in suite_cs_tests_enable() 80 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_cs_tests_enable() 109 chip_rev = device_handle->info.chip_rev; in suite_cs_tests_init() 238 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_create() 239 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_create() 320 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_decode() 321 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_decode() 367 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || in amdgpu_cs_uvd_decode() 368 chip_id == chip_rev+0x64)) { in amdgpu_cs_uvd_decode() [all …]
|
D | vm_tests.c | 35 static uint32_t chip_rev; variable 118 chip_rev = device_handle->info.chip_rev; in amdgpu_vmid_reserve_test() 120 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in amdgpu_vmid_reserve_test()
|
D | vcn_tests.c | 59 static uint32_t chip_rev; variable 62 static uint32_t chip_rev; variable 112 chip_rev = device_handle->info.chip_rev; in suite_vcn_tests_enable() 123 (chip_id - chip_rev) < 0x32))) { /* Arcturus */ in suite_vcn_tests_enable()
|
D | syncobj_tests.c | 38 static uint32_t chip_rev; variable 115 chip_rev = device_handle->info.chip_rev; in syncobj_command_submission_helper() 117 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in syncobj_command_submission_helper()
|
D | jpeg_tests.c | 124 static uint32_t chip_rev; variable 127 static uint32_t chip_rev; variable 166 chip_rev = device_handle->info.chip_rev; in suite_jpeg_tests_enable() 177 (chip_id - chip_rev) < 0x32))) { /* Arcturus */ in suite_jpeg_tests_enable()
|
D | deadlock_tests.c | 110 static uint32_t chip_rev; variable 138 chip_rev = device_handle->info.chip_rev; in suite_deadlock_tests_enable() 153 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_deadlock_tests_enable()
|
D | cp_dma_tests.c | 212 uint32_t family_id, chip_id, chip_rev; in submit_and_sync() local 224 chip_rev = executing_device_handle->info.chip_rev; in submit_and_sync() 226 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in submit_and_sync()
|
D | vce_tests.c | 69 static uint32_t chip_rev; variable 107 chip_rev = device_handle->info.chip_rev; in suite_vce_tests_enable() 119 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_vce_tests_enable() 124 if (!(chip_id == (chip_rev + 0x3C) || /* FIJI */ in suite_vce_tests_enable() 125 chip_id == (chip_rev + 0x50) || /* Polaris 10*/ in suite_vce_tests_enable() 126 chip_id == (chip_rev + 0x5A) || /* Polaris 11*/ in suite_vce_tests_enable() 127 chip_id == (chip_rev + 0x64) || /* Polaris 12*/ in suite_vce_tests_enable()
|
D | amdgpu_test.h | 517 static inline bool asic_is_gfx_pipe_removed(uint32_t family_id, uint32_t chip_id, uint32_t chip_rev) in asic_is_gfx_pipe_removed() argument 523 switch (chip_id - chip_rev) { in asic_is_gfx_pipe_removed()
|
D | basic_tests.c | 50 static uint32_t chip_rev; variable 768 chip_rev = device_handle->info.chip_rev; in suite_basic_tests_enable() 774 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { in suite_basic_tests_enable() 1217 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ? in amdgpu_semaphore_test()
|
/third_party/libdrm/amdgpu/ |
D | amdgpu_gpu_info.c | 150 dev->info.chip_rev = dev->dev_info.chip_rev; in amdgpu_query_gpu_info_init()
|
D | amdgpu.h | 433 uint32_t chip_rev; member
|
/third_party/mesa3d/src/amd/common/ |
D | ac_gpu_info.h | 85 uint32_t chip_rev; /* 0 = A0, 1 = A1, etc. */ member
|
D | ac_gpu_info.c | 102 uint32_t chip_rev; member 876 info->chip_rev = device_info.chip_rev; in ac_query_gpu_info() 1457 fprintf(f, " chip_rev = %i\n", info->chip_rev); in ac_print_gpu_info()
|
/third_party/libdrm/include/drm/ |
D | amdgpu_drm.h | 994 __u32 chip_rev; member
|
/third_party/mesa3d/include/drm-uapi/ |
D | amdgpu_drm.h | 1002 __u32 chip_rev; member
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_shaders.cpp | 675 shader->selector->screen->info.chip_rev == 0) in si_get_shader_prefetch_size()
|