Home
last modified time | relevance | path

Searched refs:max_se (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c145 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se, unsigned max_sh) in amdgpu_gfx_parse_disable_cu() argument
150 memset(mask, 0, sizeof(*mask) * max_se * max_sh); in amdgpu_gfx_parse_disable_cu()
164 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu()
H A Damdgpu_gfx.h347 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se,