Home
last modified time | relevance | path

Searched refs:ucTHyst (Results 1 – 13 of 13) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dpptable_v1_0.h273 UCHAR ucTHyst; /* Temperature hysteresis. Integer. */ member
293 UCHAR ucTHyst; /* Temperature hysteresis. Integer. */ member
320 UCHAR ucTHyst; /* Temperature hysteresis. Integer. */ member
H A Dprocess_pptables_v1_0.c966 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst in init_thermal_controller()
967 = tonga_fan_table->ucTHyst; in init_thermal_controller()
1001 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst in init_thermal_controller()
1002 = fiji_fan_table->ucTHyst; in init_thermal_controller()
1051 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst in init_thermal_controller()
1052 = polaris_fan_table->ucTHyst; in init_thermal_controller()
H A Dprocesspptables.c1022 hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst = in init_thermal_controller()
1023 fan_table->ucTHyst; in init_thermal_controller()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h84 UCHAR ucTHyst; // Temperature hysteresis. Integer. member
H A Dr600_dpm.c893 rdev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in r600_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/include/
H A Dpptable.h88 UCHAR ucTHyst; // Temperature hysteresis. Integer. member
/linux/drivers/gpu/drm/amd/pm/powerplay/inc/
H A Dhwmgr.h675 uint8_t ucTHyst; /* Temperature hysteresis. Integer. */ member
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c242 adev->pm.dpm.fan.t_hyst = fan_info->fan.ucTHyst; in amdgpu_parse_extended_power_table()
/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H A Dfiji_smumgr.c2192 thermal_controller.advanceFanControlParameters.ucTHyst); in fiji_thermal_setup_fan_table()
H A Diceland_smumgr.c2139 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in iceland_thermal_setup_fan_table()
H A Dpolaris10_smumgr.c2234 thermal_controller.advanceFanControlParameters.ucTHyst); in polaris10_thermal_setup_fan_table()
H A Dci_smumgr.c2179 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in ci_thermal_setup_fan_table()
H A Dtonga_smumgr.c2524 fan_table.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst); in tonga_thermal_setup_fan_table()