Home
last modified time | relevance | path

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

/linux-6.6.21/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
277 uint32_t gc_max_scratch_slots_per_cu; member
299 uint32_t gc_max_scratch_slots_per_cu; member
Datomfirmware.h1784 uint8_t gc_max_scratch_slots_per_cu; member
1819 uint8_t gc_max_scratch_slots_per_cu; member
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
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_ucode.h333 uint32_t gc_max_scratch_slots_per_cu; member
Damdgpu_discovery.c1449 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()
1483 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.c1969 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu); in amdgpu_device_parse_gpu_info_fw()