Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/radeon/
Dtrinity_dpm.h86 u8 htc_tmp_lmt; member
Dkv_dpm.h99 u8 htc_tmp_lmt; member
Dsumo_dpm.h86 u8 htc_tmp_lmt; member
Dtrinity_dpm.c1873 pi->sys_info.htc_tmp_lmt = 203; in trinity_parse_sys_info_table()
1875 pi->sys_info.htc_tmp_lmt = igp_info->info_7.ucHtcTmpLmt; in trinity_parse_sys_info_table()
1880 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in trinity_parse_sys_info_table()
2006 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt; in trinity_dpm_init()
Dsumo_dpm.c1680 pi->sys_info.htc_tmp_lmt = 203; in sumo_parse_sys_info_table()
1682 pi->sys_info.htc_tmp_lmt = igp_info->info_6.ucHtcTmpLmt; in sumo_parse_sys_info_table()
1687 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in sumo_parse_sys_info_table()
1787 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt; in sumo_dpm_init()
Dkv_dpm.c2514 pi->sys_info.htc_tmp_lmt = 203; in kv_parse_sys_info_table()
2516 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt; in kv_parse_sys_info_table()
2521 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in kv_parse_sys_info_table()
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dkv_dpm.h125 u8 htc_tmp_lmt; member
Dkv_dpm.c2582 pi->sys_info.htc_tmp_lmt = 203; in kv_parse_sys_info_table()
2584 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt; in kv_parse_sys_info_table()
2589 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) { in kv_parse_sys_info_table()
/Linux-v5.4/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu10_hwmgr.h171 uint8_t htc_tmp_lmt; member
Dsmu8_hwmgr.h61 uint8_t htc_tmp_lmt; member
Dsmu8_hwmgr.c348 data->sys_info.htc_tmp_lmt = in smu8_get_system_info_data()
351 if (data->sys_info.htc_tmp_lmt <= in smu8_get_system_info_data()
Dsmu10_hwmgr.c175 smu10_data->sys_info.htc_tmp_lmt = 203; in smu10_get_system_info_data()