Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/include/
Ddiscovery.h192 uint32_t gc_max_scratch_slots_per_cu; member
216 uint32_t gc_max_scratch_slots_per_cu; member
242 uint32_t gc_max_scratch_slots_per_cu; member
276 uint32_t gc_max_scratch_slots_per_cu; member
319 uint32_t gc_max_scratch_slots_per_cu; member
341 uint32_t gc_max_scratch_slots_per_cu; member
Datomfirmware.h1859 uint8_t gc_max_scratch_slots_per_cu; member
1894 uint8_t gc_max_scratch_slots_per_cu; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c839 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
855 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_ucode.h380 uint32_t gc_max_scratch_slots_per_cu; member
Damdgpu_discovery.c1542 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()
1586 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()
Damdgpu_device.c2432 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu); in amdgpu_device_parse_gpu_info_fw()