Searched refs:wave_front_size (Results 1 - 12 of 12) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c1488 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gc_info->v1.gc_wave_size);
1522 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gc_info->v2.gc_wave_size);
H A Damdgpu_device.c2335 adev->gfx.cu_info.wave_front_size = le32_to_cpu(gpu_info_fw->gc_wave_size);
H A Dgfx_v8_0.c7135 cu_info->wave_front_size = 64;
H A Dgfx_v7_0.c5146 cu_info->wave_front_size = 64;
H A Damdgpu_kms.c927 dev_info->wave_front_size = adev->gfx.cu_info.wave_front_size;
H A Damdgpu_gfx.h248 uint32_t wave_front_size; member in struct:amdgpu_cu_info
H A Damdgpu_atomfirmware.c788 adev->gfx.cu_info.wave_front_size = le16_to_cpu(gfx_info->v24.gc_wave_size);
804 adev->gfx.cu_info.wave_front_size = le16_to_cpu(gfx_info->v27.gc_wave_size);
/linux-master/include/uapi/drm/
H A Damdgpu_drm.h1126 __u32 wave_front_size; member in struct:drm_amdgpu_info_device
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_topology.c474 sysfs_show_32bit_prop(buffer, offs, "wave_front_size",
475 dev->node_props.wave_front_size);
H A Dkfd_crat.c1039 dev->node_props.wave_front_size = cu->wave_front_size;
2249 cu->wave_front_size = cu_info->wave_front_size;
H A Dkfd_crat.h113 uint8_t wave_front_size; member in struct:crat_subtype_computeunit
H A Dkfd_topology.h58 uint32_t wave_front_size; member in struct:kfd_node_properties

Completed in 193 milliseconds