Home
last modified time | relevance | path

Searched refs:total_cu (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/pm/swsmu/smu11/
Dvangogh_ppt.c2236 uint32_t total_cu = adev->gfx.config.max_cu_per_sh * in vangogh_post_smu_init() local
2253 if (total_cu == adev->gfx.cu_info.number) in vangogh_post_smu_init()
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dgfx_v11_0.c6986 unsigned total_cu = adev->gfx.config.max_cu_per_sh * in gfx_v11_0_set_gds_init() local
6991 adev->gds.gds_compute_max_wave_id = total_cu * 32 - 1; in gfx_v11_0_set_gds_init()
Dgfx_v10_0.c9926 unsigned int total_cu = adev->gfx.config.max_cu_per_sh * in gfx_v10_0_set_gds_init() local
9931 adev->gds.gds_compute_max_wave_id = total_cu * 32 - 1; in gfx_v10_0_set_gds_init()