Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/amd/include/
Ddiscovery.h163 uint32_t gc_max_waves_per_simd; member
187 uint32_t gc_max_waves_per_simd; member
213 uint32_t gc_max_waves_per_simd; member
248 uint32_t gc_max_waves_per_simd; member
Datomfirmware.h1733 uint16_t gc_max_waves_per_simd; member
1768 uint16_t gc_max_waves_per_simd; member
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c706 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()
722 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v27.gc_max_waves_per_simd); in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_ucode.h331 uint32_t gc_max_waves_per_simd; member
Damdgpu_discovery.c1321 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v1.gc_max_waves_per_simd); in amdgpu_discovery_get_gfx_info()
1355 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->v2.gc_max_waves_per_simd); in amdgpu_discovery_get_gfx_info()
Damdgpu_device.c2018 le32_to_cpu(gpu_info_fw->gc_max_waves_per_simd); in amdgpu_device_parse_gpu_info_fw()