Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/include/
H A Ddiscovery.h138 uint32_t gc_max_scratch_slots_per_cu; member
162 uint32_t gc_max_scratch_slots_per_cu; member
189 uint32_t gc_max_scratch_slots_per_cu; member
H A Datomfirmware.h1463 uint8_t gc_max_scratch_slots_per_cu; member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c408 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()
427 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()
H A Damdgpu_ucode.h264 uint32_t gc_max_scratch_slots_per_cu; member
H A Damdgpu_atomfirmware.c491 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu; in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_device.c1872 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu); in amdgpu_device_parse_gpu_info_fw()