Searched refs:chip_rev (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/libdrm/dist/tests/amdgpu/
H A Dcs_tests.c42 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 Dsyncobj_tests.c38 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 Dvm_tests.c35 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 Dcp_dma_tests.c212 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 Damdgpu_test.h516 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 Dvce_tests.c69 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 Djpeg_tests.c124 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 Ddeadlock_tests.c110 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 Dvcn_tests.c163 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 Dbasic_tests.c50 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 Damdgpu_gpu_info.c150 dev->info.chip_rev = dev->dev_info.chip_rev;
H A Damdgpu.h442 uint32_t chip_rev; member in struct:amdgpu_gpu_info
/xsrc/external/mit/libdrm/dist/include/drm/
H A Damdgpu_drm.h1092 __u32 chip_rev; member in struct:drm_amdgpu_info_device
/xsrc/external/mit/MesaLib/dist/include/drm-uapi/
H A Damdgpu_drm.h980 __u32 chip_rev; member in struct:drm_amdgpu_info_device
/xsrc/external/mit/MesaLib.old/dist/src/amd/common/
H A Dac_gpu_info.c318 if (info->family == CHIP_RAVEN && amdinfo->chip_rev >= 0x8) {

Completed in 20 milliseconds