Home
last modified time | relevance | path

Searched refs:sThermalController (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocesspptables.c985 powerplay_table->sThermalController.ucType; in init_thermal_controller()
987 powerplay_table->sThermalController.ucI2cLine; in init_thermal_controller()
989 powerplay_table->sThermalController.ucI2cAddress; in init_thermal_controller()
992 (0 != (powerplay_table->sThermalController.ucFanParameters & in init_thermal_controller()
996 powerplay_table->sThermalController.ucFanParameters & in init_thermal_controller()
1000 = powerplay_table->sThermalController.ucFanMinRPM * 100UL; in init_thermal_controller()
1002 = powerplay_table->sThermalController.ucFanMaxRPM * 100UL; in init_thermal_controller()
/linux/drivers/gpu/drm/radeon/
H A Dpptable.h174 ATOM_PPLIB_THERMALCONTROLLER sThermalController; member
H A Dradeon_atombios.c2589 radeon_atombios_add_pplib_thermal_controller(rdev, &power_info->pplib.sThermalController); in radeon_atombios_parse_power_table_4_5()
2680 radeon_atombios_add_pplib_thermal_controller(rdev, &power_info->pplib.sThermalController); in radeon_atombios_parse_power_table_6()
/linux/drivers/gpu/drm/amd/pm/legacy-dpm/
H A Dlegacy_dpm.c662 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()