max_wgp_per_sh 1654 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c int max_wgp_per_sh = adev->gfx.config.max_cu_per_sh >> 1; max_wgp_per_sh 1664 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 2 * max_wgp_per_sh + /* TCP */ max_wgp_per_sh 1665 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c max_wgp_per_sh + /* SQC */ max_wgp_per_sh 1673 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 2 * max_wgp_per_sh + /* TCP */ max_wgp_per_sh 1674 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c 2 * max_wgp_per_sh + /* SQC */ max_wgp_per_sh 1694 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c for (k = 0; k < max_wgp_per_sh; k++) { max_wgp_per_sh 1698 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c (3 << (2 * (max_wgp_per_sh + k))); max_wgp_per_sh 1704 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c tmp &= 0xffffffff << (4 * max_wgp_per_sh); max_wgp_per_sh 1710 drivers/gpu/drm/amd/amdgpu/gfx_v10_0.c tmp &= 0xffffffff << (2 * max_wgp_per_sh);