| /xsrc/external/mit/libdrm/dist/tests/amdgpu/ |
| H A D | cs_tests.c | 42 static uint32_t chip_rev; variable in typeref:typename:uint32_t 73 chip_rev = device_handle->info.chip_rev; 80 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { 109 chip_rev = device_handle->info.chip_rev; 238 (chip_id == chip_rev+0x50 || chip_id == chip_rev+0x5A || 239 chip_id == chip_rev+0x64)) { 320 (chip_id == chip_rev [all...] |
| H A D | syncobj_tests.c | 38 static uint32_t chip_rev; variable in typeref:typename:uint32_t 115 chip_rev = device_handle->info.chip_rev; 117 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
|
| H A D | vm_tests.c | 35 static uint32_t chip_rev; variable in typeref:typename:uint32_t 118 chip_rev = device_handle->info.chip_rev; 120 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
|
| H A D | cp_dma_tests.c | 212 uint32_t family_id, chip_id, chip_rev; local in function:submit_and_sync 224 chip_rev = executing_device_handle->info.chip_rev; 226 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
|
| H A D | amdgpu_test.h | 516 static inline bool asic_is_gfx_pipe_removed(uint32_t family_id, uint32_t chip_id, uint32_t chip_rev) argument 522 switch (chip_id - chip_rev) {
|
| H A D | vce_tests.c | 69 static uint32_t chip_rev; variable in typeref:typename:uint32_t 107 chip_rev = device_handle->info.chip_rev; 118 asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { 123 if (!(chip_id == (chip_rev + 0x3C) || /* FIJI */ 124 chip_id == (chip_rev + 0x50) || /* Polaris 10*/ 125 chip_id == (chip_rev + 0x5A) || /* Polaris 11*/ 126 chip_id == (chip_rev + 0x64) || /* Polaris 12*/
|
| H A D | jpeg_tests.c | 124 static uint32_t chip_rev; variable in typeref:typename:uint32_t 127 static uint32_t chip_rev; variable in typeref:typename:uint32_t 166 chip_rev = device_handle->info.chip_rev; 177 (chip_id - chip_rev) < 0x32))) { /* Arcturus */
|
| H A D | deadlock_tests.c | 110 static uint32_t chip_rev; variable in typeref:typename:uint32_t 140 chip_rev = device_handle->info.chip_rev; 155 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) {
|
| H A D | vcn_tests.c | 163 static uint32_t chip_rev; variable in typeref:typename:uint32_t 166 static uint32_t chip_rev; variable in typeref:typename:uint32_t 243 chip_rev = device_handle->info.chip_rev; 273 (chip_id - chip_rev) < 0x32))) { /* Arcturus */
|
| H A D | basic_tests.c | 50 static uint32_t chip_rev; variable in typeref:typename:uint32_t 768 chip_rev = device_handle->info.chip_rev; 774 if (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) { 1231 gc_ip_type = (asic_is_gfx_pipe_removed(family_id, chip_id, chip_rev)) ?
|
| /xsrc/external/mit/libdrm/dist/amdgpu/ |
| H A D | amdgpu_gpu_info.c | 150 dev->info.chip_rev = dev->dev_info.chip_rev;
|
| H A D | amdgpu.h | 442 uint32_t chip_rev; member in struct:amdgpu_gpu_info
|
| /xsrc/external/mit/libdrm/dist/include/drm/ |
| H A D | amdgpu_drm.h | 1092 __u32 chip_rev; member in struct:drm_amdgpu_info_device
|
| /xsrc/external/mit/MesaLib/dist/include/drm-uapi/ |
| H A D | amdgpu_drm.h | 980 __u32 chip_rev; member in struct:drm_amdgpu_info_device
|
| /xsrc/external/mit/MesaLib.old/dist/src/amd/common/ |
| H A D | ac_gpu_info.c | 318 if (info->family == CHIP_RAVEN && amdinfo->chip_rev >= 0x8) {
|