Home
last modified time | relevance | path

Searched refs:max_se (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c139 * @max_se: number of SEs
145 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,
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_gfx.c107 * @max_se: number of SEs
113 void amdgpu_gfx_parse_disable_cu(unsigned int *mask, unsigned int max_se, unsigned int max_sh) in amdgpu_gfx_parse_disable_cu() argument
118 memset(mask, 0, sizeof(*mask) * max_se * max_sh); in amdgpu_gfx_parse_disable_cu()
133 if (se < max_se && sh < max_sh && cu < 16) { in amdgpu_gfx_parse_disable_cu()
H A Damdgpu_gfx.h476 void amdgpu_gfx_parse_disable_cu(unsigned *mask, unsigned max_se,

Completed in 10 milliseconds