Home
last modified time | relevance | path

Searched refs:usFanGainHotspot (Results 1 – 9 of 9) sorted by relevance

/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
Dvega10_pptable.h251 USHORT usFanGainHotspot; member
271 USHORT usFanGainHotspot; member
294 USHORT usFanGainHotspot; member
Dpptable_v1_0.h309 USHORT usFanGainHotspot; member
336 USHORT usFanGainHotspot; member
Dvega10_processpptables.c193 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
194 le16_to_cpu(fan_table_v1->usFanGainHotspot); in init_thermal_controller()
237 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
238 le16_to_cpu(fan_table_v2->usFanGainHotspot); in init_thermal_controller()
281 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot = in init_thermal_controller()
282 le16_to_cpu(fan_table_v3->usFanGainHotspot); in init_thermal_controller()
Dprocess_pptables_v1_0.c1038 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot in init_thermal_controller()
1039 = le16_to_cpu(fiji_fan_table->usFanGainHotspot); in init_thermal_controller()
1088 hwmgr->thermal_controller.advanceFanControlParameters.usFanGainHotspot in init_thermal_controller()
1089 = le16_to_cpu(polaris_fan_table->usFanGainHotspot); in init_thermal_controller()
Dvega10_thermal.c536 advanceFanControlParameters.usFanGainHotspot; in vega10_thermal_setup_fan_table()
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/inc/
Dhwmgr.h701 uint16_t usFanGainHotspot; member
/linux-6.1.9/drivers/gpu/drm/amd/pm/powerplay/smumgr/
Dvegam_smumgr.c1468 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in vegam_populate_bapm_parameters_in_dpm_table()
Dfiji_smumgr.c535 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in fiji_populate_bapm_parameters_in_dpm_table()
Dpolaris10_smumgr.c456 scale_fan_gain_settings(fan_table->usFanGainHotspot)); in polaris10_populate_bapm_parameters_in_dpm_table()