Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dni_dpm.c2399 u32 high_bsp; in ni_populate_smc_t() local
2440 high_bsp = (i == state->performance_level_count - 2) ? in ni_populate_smc_t()
2443 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in ni_populate_smc_t()
Dsi_dpm.c5094 u32 high_bsp; in si_populate_smc_t() local
5126 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5128 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsi_dpm.c5556 u32 high_bsp; in si_populate_smc_t() local
5588 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5590 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()