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

/netbsd-current/sys/external/bsd/drm2/dist/drm/radeon/
H A Dtrinity_dpm.h88 u8 htc_tmp_lmt; member in struct:trinity_sys_info
H A Dkv_dpm.h101 u8 htc_tmp_lmt; member in struct:kv_sys_info
H A Dsumo_dpm.h88 u8 htc_tmp_lmt; member in struct:sumo_sys_info
H A Dradeon_trinity_dpm.c1877 pi->sys_info.htc_tmp_lmt = 203;
1879 pi->sys_info.htc_tmp_lmt = igp_info->info_7.ucHtcTmpLmt;
1884 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) {
2010 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;
H A Dradeon_sumo_dpm.c1685 pi->sys_info.htc_tmp_lmt = 203;
1687 pi->sys_info.htc_tmp_lmt = igp_info->info_6.ucHtcTmpLmt;
1692 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) {
1792 pi->thermal_auto_throttling = pi->sys_info.htc_tmp_lmt;
H A Dradeon_kv_dpm.c2520 pi->sys_info.htc_tmp_lmt = 203;
2522 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt;
2527 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Dkv_dpm.h127 u8 htc_tmp_lmt; member in struct:kv_sys_info
H A Damdgpu_kv_dpm.c2588 pi->sys_info.htc_tmp_lmt = 203;
2590 pi->sys_info.htc_tmp_lmt = igp_info->info_8.ucHtcTmpLmt;
2595 if (pi->sys_info.htc_tmp_lmt <= pi->sys_info.htc_hyst_lmt) {
/netbsd-current/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Dsmu10_hwmgr.h173 uint8_t htc_tmp_lmt; member in struct:smu10_system_info
H A Dsmu8_hwmgr.h63 uint8_t htc_tmp_lmt; member in struct:smu8_sys_info
H A Damdgpu_smu8_hwmgr.c355 data->sys_info.htc_tmp_lmt =
358 if (data->sys_info.htc_tmp_lmt <=
H A Damdgpu_smu10_hwmgr.c182 smu10_data->sys_info.htc_tmp_lmt = 203;

Completed in 475 milliseconds