Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dni_dpm.c2397 u32 high_bsp; in ni_populate_smc_t() local
2438 high_bsp = (i == state->performance_level_count - 2) ? in ni_populate_smc_t()
2441 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in ni_populate_smc_t()
Dsi_dpm.c5091 u32 high_bsp; in si_populate_smc_t() local
5123 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5125 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsi_dpm.c5555 u32 high_bsp; in si_populate_smc_t() local
5587 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5589 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()