Home
last modified time | relevance | path

Searched refs:usFanOutputSensitivity (Results 1 – 14 of 14) sorted by relevance

/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dpptable_v1_0.h283 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes */ member
303 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes */ member
H A Dvega10_pptable.h243 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes. */ member
264 USHORT usFanOutputSensitivity; member
H A Dprocess_pptables_v1_0.c965 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity in init_thermal_controller()
966 = tonga_fan_table->usFanOutputSensitivity; in init_thermal_controller()
1000 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity in init_thermal_controller()
1001 = fiji_fan_table->usFanOutputSensitivity; in init_thermal_controller()
H A Dvega10_processpptables.c175 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
176 le16_to_cpu(fan_table_v1->usFanOutputSensitivity); in init_thermal_controller()
219 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
220 le16_to_cpu(fan_table_v2->usFanOutputSensitivity); in init_thermal_controller()
/dragonfly/sys/dev/drm/radeon/
H A Dpptable.h104 USHORT usFanOutputSensitivity; member
H A Dr600_dpm.c914 le16_to_cpu(fan_info->fan3.usFanOutputSensitivity); in r600_parse_extended_power_table()
/dragonfly/sys/dev/drm/amd/include/
H A Dpptable.h108 USHORT usFanOutputSensitivity; member
/dragonfly/sys/dev/drm/amd/powerplay/smumgr/
H A Dvegam_smumgr.c1811 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in vegam_populate_fuzzy_fan()
1812 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in vegam_populate_fuzzy_fan()
1813 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in vegam_populate_fuzzy_fan()
1817 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in vegam_populate_fuzzy_fan()
H A Dfiji_smumgr.c656 usFanOutputSensitivity & (1 << 15)) || in fiji_populate_fuzzy_fan()
658 usFanOutputSensitivity) in fiji_populate_fuzzy_fan()
660 usFanOutputSensitivity = hwmgr->thermal_controller. in fiji_populate_fuzzy_fan()
665 advanceFanControlParameters.usFanOutputSensitivity); in fiji_populate_fuzzy_fan()
H A Dpolaris10_smumgr.c543 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in polaris10_populate_fuzzy_fan()
544 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in polaris10_populate_fuzzy_fan()
545 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in polaris10_populate_fuzzy_fan()
549 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in polaris10_populate_fuzzy_fan()
H A Dtonga_smumgr.c1938 usFanOutputSensitivity & (1 << 15)) || in tonga_populate_fuzzy_fan()
1939 (hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity == 0)) in tonga_populate_fuzzy_fan()
1941 usFanOutputSensitivity = hwmgr->thermal_controller. in tonga_populate_fuzzy_fan()
1946 advanceFanControlParameters.usFanOutputSensitivity); in tonga_populate_fuzzy_fan()
H A Dci_smumgr.c564 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in ci_populate_fuzzy_fan()
565 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in ci_populate_fuzzy_fan()
566 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity; in ci_populate_fuzzy_fan()
/dragonfly/sys/dev/drm/amd/powerplay/inc/
H A Dhwmgr.h646 uint16_t usFanOutputSensitivity; member
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Damdgpu_dpm.c377 le16_to_cpu(fan_info->fan3.usFanOutputSensitivity); in amdgpu_parse_extended_power_table()