Searched refs:max_se (Results 1 – 2 of 2) sorted by relevance
147 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se, unsigned max_sh) in amdgpu_gfx_parse_disable_cu() argument152 memset(mask, 0, sizeof(*mask) * max_se * max_sh); in amdgpu_gfx_parse_disable_cu()166 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu()
365 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se,