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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
trinity_dpm.h 88 u8 htc_tmp_lmt; member in struct:trinity_sys_info
kv_dpm.h 101 u8 htc_tmp_lmt; member in struct:kv_sys_info
sumo_dpm.h 88 u8 htc_tmp_lmt; member in struct:sumo_sys_info
radeon_sumo_dpm.c 1685 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;
radeon_trinity_dpm.c 1877 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;
radeon_kv_dpm.c 2520 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) {
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
kv_dpm.h 127 u8 htc_tmp_lmt; member in struct:kv_sys_info
amdgpu_kv_dpm.c 2588 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) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
smu10_hwmgr.h 173 uint8_t htc_tmp_lmt; member in struct:smu10_system_info
smu8_hwmgr.h 63 uint8_t htc_tmp_lmt; member in struct:smu8_sys_info
amdgpu_smu8_hwmgr.c 355 data->sys_info.htc_tmp_lmt =
358 if (data->sys_info.htc_tmp_lmt <=
amdgpu_smu10_hwmgr.c 182 smu10_data->sys_info.htc_tmp_lmt = 203;

Completed in 25 milliseconds