Home
last modified time | relevance | path

Searched refs:htc_tmp_lmt (Results 1 – 12 of 12) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/radeon/
Dtrinity_dpm.h85 u8 htc_tmp_lmt; member
Dkv_dpm.h99 u8 htc_tmp_lmt; member
Dsumo_dpm.h86 u8 htc_tmp_lmt; member
Dtrinity_dpm.c1826 pi->sys_info.htc_tmp_lmt = 203; in trinity_parse_sys_info_table()
1828 pi->sys_info.htc_tmp_lmt = igp_info->info_7.ucHtcTmpLmt; in trinity_parse_sys_info_table()
1833 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in trinity_parse_sys_info_table()
1959 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt; in trinity_dpm_init()
Dsumo_dpm.c1682 pi->sys_info.htc_tmp_lmt = 203; in sumo_parse_sys_info_table()
1684 pi->sys_info.htc_tmp_lmt = igp_info->info_6.ucHtcTmpLmt; in sumo_parse_sys_info_table()
1689 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in sumo_parse_sys_info_table()
1789 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt; in sumo_dpm_init()
Dkv_dpm.c2309 pi->sys_info.htc_tmp_lmt = 203; in kv_parse_sys_info_table()
2311 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt; in kv_parse_sys_info_table()
2316 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in kv_parse_sys_info_table()
/linux-6.12.1/drivers/gpu/drm/amd/pm/legacy-dpm/
Dkv_dpm.h125 u8 htc_tmp_lmt; member
Dkv_dpm.c2574 pi->sys_info.htc_tmp_lmt = 203; in kv_parse_sys_info_table()
2576 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt; in kv_parse_sys_info_table()
2581 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in kv_parse_sys_info_table()
/linux-6.12.1/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dsmu10_hwmgr.h171 uint8_t htc_tmp_lmt; member
Dsmu8_hwmgr.h61 uint8_t htc_tmp_lmt; member
Dsmu8_hwmgr.c350 data->sys_info.htc_tmp_lmt = in smu8_get_system_info_data()
353 if (data->sys_info.htc_tmp_lmt <= in smu8_get_system_info_data()
Dsmu10_hwmgr.c171 smu10_data->sys_info.htc_tmp_lmt = 203; in smu10_get_system_info_data()