HomeSort by: relevance | last modified time | path
    Searched defs:ao_cu_num (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v6_0.c 3583 u32 ao_cu_num; local in function:gfx_v6_0_get_cu_info
3586 ao_cu_num = 2;
3588 ao_cu_num = adev->gfx.config.max_cu_per_sh;
3609 if (counter < ao_cu_num)
amdgpu_gfx_v7_0.c 5121 u32 ao_cu_num; local in function:gfx_v7_0_get_cu_info
5124 ao_cu_num = 2;
5126 ao_cu_num = adev->gfx.config.max_cu_per_sh;
5147 if (counter < ao_cu_num)
amdgpu_gfx_v8_0.c 7107 u32 ao_cu_num; local in function:gfx_v8_0_get_cu_info
7112 ao_cu_num = 2;
7114 ao_cu_num = adev->gfx.config.max_cu_per_sh;
7133 if (counter < ao_cu_num)

Completed in 22 milliseconds