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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_topology.h 71 uint32_t wave_front_size; member in struct:kfd_node_properties
kfd_crat.c 169 dev->node_props.wave_front_size = cu->wave_front_size;
1209 cu->wave_front_size = cu_info.wave_front_size;
kfd_crat.h 111 uint8_t wave_front_size; member in struct:crat_subtype_computeunit
kfd_topology.c 468 sysfs_show_32bit_prop(buffer, "wave_front_size",
469 dev->node_props.wave_front_size);
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
kgd_kfd_interface.h 70 uint32_t wave_front_size; member in struct:kfd_cu_info
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_amdkfd.c 463 cu_info->wave_front_size = acu_info.wave_front_size;
amdgpu_gfx.h 181 uint32_t wave_front_size; member in struct:amdgpu_cu_info
amdgpu_discovery.c 403 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gc_info->gc_wave_size);
amdgpu_atomfirmware.c 459 adev->gfx.cu_info.wave_front_size = le16_to_cpu(gfx_info->v24.gc_wave_size);
amdgpu_kms.c 758 dev_info.wave_front_size = adev->gfx.cu_info.wave_front_size;
amdgpu_device.c 1693 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gpu_info_fw->gc_wave_size);
amdgpu_gfx_v7_0.c 5167 cu_info->wave_front_size = 64;
amdgpu_gfx_v8_0.c 7153 cu_info->wave_front_size = 64;
  /src/sys/external/bsd/drm2/dist/include/uapi/drm/
amdgpu_drm.h 991 __u32 wave_front_size; member in struct:drm_amdgpu_info_device

Completed in 175 milliseconds