Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/include/
Ddiscovery.h138 uint32_t gc_max_waves_per_simd; member
Datomfirmware.h1289 uint16_t gc_max_waves_per_simd; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h216 uint32_t gc_max_waves_per_simd; member
Damdgpu_discovery.c407 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->gc_max_waves_per_simd); in amdgpu_discovery_get_gfx_info()
Damdgpu_atomfirmware.c456 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v24.gc_max_waves_per_simd); in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_device.c1486 le32_to_cpu(gpu_info_fw->gc_max_waves_per_simd); in amdgpu_device_parse_gpu_info_fw()