HomeSort by: relevance | last modified time | path
    Searched refs:gc_max_scratch_slots_per_cu (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
discovery.h 140 uint32_t gc_max_scratch_slots_per_cu; member in struct:gc_info_v1_0
atomfirmware.h 1297 uint8_t gc_max_scratch_slots_per_cu; member in struct:atom_gfx_info_v2_4
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 225 uint32_t gc_max_scratch_slots_per_cu; member in struct:gpu_info_firmware_v1_0
amdgpu_discovery.c 405 adev->gfx.cu_info.max_scratch_slots_per_cu = le32_to_cpu(gc_info->gc_max_scratch_slots_per_cu);
amdgpu_atomfirmware.c 461 adev->gfx.cu_info.max_scratch_slots_per_cu = gfx_info->v24.gc_max_scratch_slots_per_cu;
amdgpu_device.c 1697 le32_to_cpu(gpu_info_fw->gc_max_scratch_slots_per_cu);

Completed in 22 milliseconds