Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/radeon/
H A Dsi_dpm.c5031 u32 high_bsp; in si_populate_smc_t() local
5063 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5065 a_t = CG_R(0xffff) | CG_L(t_h * high_bsp / 20000); in si_populate_smc_t()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dsi_dpm.c5621 u32 high_bsp; in si_populate_smc_t() local
5653 high_bsp = (i == state->performance_level_count - 2) ? in si_populate_smc_t()
5655 a_t = (0xffff) << CG_AT__CG_R__SHIFT | (t_h * high_bsp / 20000) << CG_AT__CG_L__SHIFT; in si_populate_smc_t()