Searched refs:gc_max_waves_per_simd (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h191 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v1_0
215 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v1_1
241 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v1_2
276 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v2_0
298 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v2_1
H A Datomfirmware.h1811 uint16_t gc_max_waves_per_simd; member in struct:atom_gfx_info_v2_4
1846 uint16_t gc_max_waves_per_simd; member in struct:atom_gfx_info_v2_7
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h362 uint32_t gc_max_waves_per_simd; member in struct:gpu_info_firmware_v1_0
H A Damdgpu_atomfirmware.c789 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v24.gc_max_waves_per_simd);
805 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v27.gc_max_waves_per_simd);
H A Damdgpu_discovery.c1489 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v1.gc_max_waves_per_simd);
1523 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v2.gc_max_waves_per_simd);
H A Damdgpu_device.c2337 le32_to_cpu(gpu_info_fw->gc_max_waves_per_simd);

Completed in 320 milliseconds