Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
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
Dvega10_pptable.h243 USHORT usFanOutputSensitivity; /* Sensitivity of fan reaction to temepature changes. */ member
264 USHORT usFanOutputSensitivity; member
Dprocess_pptables_v1_0.c963 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity in init_thermal_controller()
964 = tonga_fan_table->usFanOutputSensitivity; in init_thermal_controller()
998 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity in init_thermal_controller()
999 = fiji_fan_table->usFanOutputSensitivity; in init_thermal_controller()
Dvega10_processpptables.c174 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
175 le16_to_cpu(fan_table_v1->usFanOutputSensitivity); in init_thermal_controller()
218 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in init_thermal_controller()
219 le16_to_cpu(fan_table_v2->usFanOutputSensitivity); in init_thermal_controller()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dpptable.h104 USHORT usFanOutputSensitivity; member
Dr600_dpm.c914 le16_to_cpu(fan_info->fan3.usFanOutputSensitivity); in r600_parse_extended_power_table()
/Linux-v4.19/drivers/gpu/drm/amd/include/
Dpptable.h108 USHORT usFanOutputSensitivity; member
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/smumgr/
Dvegam_smumgr.c1809 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in vegam_populate_fuzzy_fan()
1810 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in vegam_populate_fuzzy_fan()
1811 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity = in vegam_populate_fuzzy_fan()
1815 hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity); in vegam_populate_fuzzy_fan()
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()
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()
Dtonga_smumgr.c1937 usFanOutputSensitivity & (1 << 15)) || in tonga_populate_fuzzy_fan()
1938 (hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity == 0)) in tonga_populate_fuzzy_fan()
1940 usFanOutputSensitivity = hwmgr->thermal_controller. in tonga_populate_fuzzy_fan()
1945 advanceFanControlParameters.usFanOutputSensitivity); in tonga_populate_fuzzy_fan()
Dci_smumgr.c563 if ((hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15)) in ci_populate_fuzzy_fan()
564 || 0 == hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity) in ci_populate_fuzzy_fan()
565 tmp = hwmgr->thermal_controller.advanceFanControlParameters.usFanOutputSensitivity; in ci_populate_fuzzy_fan()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/inc/
Dhwmgr.h645 uint16_t usFanOutputSensitivity; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_dpm.c377 le16_to_cpu(fan_info->fan3.usFanOutputSensitivity); in amdgpu_parse_extended_power_table()