Home
last modified time | relevance | path

Searched refs:gc_max_scratch_slots_per_cu (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/amd/include/
Ddiscovery.h139 uint32_t gc_max_scratch_slots_per_cu; member
Datomfirmware.h1294 uint8_t gc_max_scratch_slots_per_cu; member
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_ucode.h217 uint32_t gc_max_scratch_slots_per_cu; member
Damdgpu_discovery.c408 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->gc_max_scratch_slots_per_cu); in amdgpu_discovery_get_gfx_info()
Damdgpu_atomfirmware.c457 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_device.c1488 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu); in amdgpu_device_parse_gpu_info_fw()