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

/drivers/gpu/drm/radeon/
H A Dtrinity_dpm.h97 u32 thermal_auto_throttling; member in struct:trinity_power_info
H A Dsumo_dpm.h112 u32 thermal_auto_throttling; member in struct:sumo_power_info
H A Dtrinity_dpm.c994 value |= HT((pi->thermal_auto_throttling + 49) * 8);
995 value |= LT((pi->thermal_auto_throttling + 49 - pi->sys_info.htc_hyst_lmt) * 8);
1919 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;
H A Dsumo_dpm.c947 cg_sclk_dpm_ctrl_3 |= GNB_TT(pi->thermal_auto_throttling + 49);
1783 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;

Completed in 72 milliseconds