Searched refs:max_sh (Results 1 – 1 of 1) sorted by relevance
112 unsigned int max_se, unsigned int max_sh) in amdgpu_gfx_parse_disable_cu() argument117 memset(mask, 0, sizeof(*mask) * max_se * max_sh); in amdgpu_gfx_parse_disable_cu()132 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu()134 mask[se * max_sh + sh] |= 1u << cu; in amdgpu_gfx_parse_disable_cu()