Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/include/
Ddiscovery.h164 uint32_t gc_max_scratch_slots_per_cu; member
188 uint32_t gc_max_scratch_slots_per_cu; member
214 uint32_t gc_max_scratch_slots_per_cu; member
249 uint32_t gc_max_scratch_slots_per_cu; member
Datomfirmware.h1738 uint8_t gc_max_scratch_slots_per_cu; member
1773 uint8_t gc_max_scratch_slots_per_cu; member
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c707 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
723 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.h332 uint32_t gc_max_scratch_slots_per_cu; member
Damdgpu_discovery.c1322 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()
1356 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.c2023 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu); in amdgpu_device_parse_gpu_info_fw()