Home
last modified time | relevance | path

Searched refs:wave_front_size (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_crat.h111 uint8_t wave_front_size; member
H A Dkfd_crat.c1040 dev->node_props.wave_front_size = cu->wave_front_size; in kfd_populated_cu_info_gpu()
2287 cu->wave_front_size = cu_info->wave_front_size; in kfd_create_vcrat_image_gpu()
H A Dkfd_topology.c460 dev->node_props.wave_front_size); in node_show()
/linux/include/uapi/drm/
H A Damdgpu_drm.h1487 __u32 wave_front_size; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_kms.c1029 dev_info->wave_front_size = adev->gfx.cu_info.wave_front_size; in amdgpu_info_ioctl()
H A Damdgpu_discovery.c1673 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gc_info->v1.gc_wave_size); in amdgpu_discovery_get_gfx_info()
1717 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gc_info->v2.gc_wave_size); in amdgpu_discovery_get_gfx_info()
H A Damdgpu_device.c2557 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gpu_info_fw->gc_wave_size); in amdgpu_device_parse_gpu_info_fw()