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

  /src/sys/external/bsd/drm2/dist/drm/amd/include/
discovery.h 133 uint32_t gc_num_max_gs_thds; member in struct:gc_info_v1_0
atomfirmware.h 1294 uint8_t gc_num_max_gs_thds; member in struct:atom_gfx_info_v2_4
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_ucode.h 218 uint32_t gc_num_max_gs_thds; member in struct:gpu_info_firmware_v1_0
amdgpu_discovery.c 399 adev->gfx.config.max_gs_threads = le32_to_cpu(gc_info->gc_num_max_gs_thds);
amdgpu_atomfirmware.c 453 adev->gfx.config.max_gs_threads = gfx_info->v24.gc_num_max_gs_thds;
amdgpu_device.c 1688 adev->gfx.config.max_gs_threads = le32_to_cpu(gpu_info_fw->gc_num_max_gs_thds);

Completed in 32 milliseconds