Searched refs:max_se (Results 1 – 2 of 2) sorted by relevance
513 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se,
107 void amdgpu_gfx_parse_disable_cu(unsigned int *mask, unsigned int max_se, unsigned int max_sh) in amdgpu_gfx_parse_disable_cu() argument112 memset(mask, 0, sizeof(*mask) * max_se * max_sh); in amdgpu_gfx_parse_disable_cu()127 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu()