HomeSort by: relevance | last modified time | path
    Searched refs:gc_max_waves_per_simd (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
discovery.h 139 uint32_t gc_max_waves_per_simd; member in struct:gc_info_v1_0
atomfirmware.h 1292 uint16_t gc_max_waves_per_simd; member in struct:atom_gfx_info_v2_4
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 224 uint32_t gc_max_waves_per_simd; member in struct:gpu_info_firmware_v1_0
amdgpu_discovery.c 404 adev->gfx.cu_info.max_waves_per_simd = le32_to_cpu(gc_info->gc_max_waves_per_simd);
amdgpu_atomfirmware.c 460 adev->gfx.cu_info.max_waves_per_simd = le16_to_cpu(gfx_info->v24.gc_max_waves_per_simd);
amdgpu_device.c 1695 le32_to_cpu(gpu_info_fw->gc_max_waves_per_simd);

Completed in 20 milliseconds