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

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h192 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v1_0
216 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v1_1
242 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v1_2
277 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v2_0
299 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v2_1
H A Datomfirmware.h1816 uint8_t gc_max_scratch_slots_per_cu; member in struct:atom_gfx_info_v2_4
1851 uint8_t gc_max_scratch_slots_per_cu; member in struct:atom_gfx_info_v2_7
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h363 uint32_t gc_max_scratch_slots_per_cu; member in struct:gpu_info_firmware_v1_0
H A Damdgpu_atomfirmware.c790 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu;
806 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v27.gc_max_scratch_slots_per_cu;
H A Damdgpu_discovery.c1490 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->v1.gc_max_scratch_slots_per_cu);
1524 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->v2.gc_max_scratch_slots_per_cu);
H A Damdgpu_device.c2339 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu);

Completed in 298 milliseconds