Home
last modified time | relevance | path

Searched refs:max_scratch_slots_per_cu (Results 1 – 9 of 9) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/include/
Dkgd_kfd_interface.h69 uint32_t max_scratch_slots_per_cu; member
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Damdgpu_amdkfd.c488 cu_info->max_scratch_slots_per_cu = acu_info.max_scratch_slots_per_cu; in amdgpu_amdkfd_get_cu_info()
Damdgpu_atomfirmware.c790 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
806 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v27.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_gfx.h254 uint32_t max_scratch_slots_per_cu; member
Damdgpu_discovery.c1430 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->v1.gc_max_scratch_slots_per_cu); in amdgpu_discovery_get_gfx_info()
1464 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->v2.gc_max_scratch_slots_per_cu); in amdgpu_discovery_get_gfx_info()
Dgfx_v7_0.c5145 cu_info->max_scratch_slots_per_cu = 32; in gfx_v7_0_get_cu_info()
Damdgpu_device.c1973 adev->gfx.cu_info.max_scratch_slots_per_cu = in amdgpu_device_parse_gpu_info_fw()
Dgfx_v8_0.c7147 cu_info->max_scratch_slots_per_cu = 32; in gfx_v8_0_get_cu_info()
/Linux-v6.6/drivers/gpu/drm/amd/amdkfd/
Dkfd_crat.c2100 cu->max_slots_scatch_cu = cu_info.max_scratch_slots_per_cu; in kfd_create_vcrat_image_gpu()