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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx_v10_0.c 1654 int max_wgp_per_sh = adev->gfx.config.max_cu_per_sh >> 1; local in function:gfx_v10_0_tcp_harvest
1664 2 * max_wgp_per_sh + /* TCP */
1665 max_wgp_per_sh + /* SQC */
1673 2 * max_wgp_per_sh + /* TCP */
1674 2 * max_wgp_per_sh + /* SQC */
1694 for (k = 0; k < max_wgp_per_sh; k++) {
1698 (3 << (2 * (max_wgp_per_sh + k)));
1704 tmp &= 0xffffffff << (4 * max_wgp_per_sh);
1710 tmp &= 0xffffffff << (2 * max_wgp_per_sh);

Completed in 15 milliseconds