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.c986 powerplay_table->sThermalController.ucType; in init_thermal_controller()
988 powerplay_table->sThermalController.ucI2cLine; in init_thermal_controller()
990 powerplay_table->sThermalController.ucI2cAddress; in init_thermal_controller()
993 (0 != (powerplay_table->sThermalController.ucFanParameters & in init_thermal_controller()
997 powerplay_table->sThermalController.ucFanParameters & in init_thermal_controller()
1001 = powerplay_table->sThermalController.ucFanMinRPM * 100UL; in init_thermal_controller()
1003 = 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.c2591 radeon_atombios_add_pplib_thermal_controller(rdev, &power_info->pplib.sThermalController); in radeon_atombios_parse_power_table_4_5()
2685 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.c689 controller = &power_table->sThermalController; in amdgpu_add_thermal_controller()