HomeSort by: relevance | last modified time | path
    Searched refs:thermal_auto_throttling (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
trinity_dpm.h 99 u32 thermal_auto_throttling; member in struct:trinity_power_info
sumo_dpm.h 115 u32 thermal_auto_throttling; member in struct:sumo_power_info
radeon_trinity_dpm.c 1016 value |= HT((pi->thermal_auto_throttling + 49) * 8);
1017 value |= LT((pi->thermal_auto_throttling + 49 - pi->sys_info.htc_hyst_lmt) * 8);
2010 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;
radeon_sumo_dpm.c 951 cg_sclk_dpm_ctrl_3 |= GNB_TT(pi->thermal_auto_throttling + 49);
1792 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;

Completed in 16 milliseconds