OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thermal_controller
(Results
1 - 20
of
20
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_vega10_thermal.c
48
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
57
hwmgr->
thermal_controller
.fanInfo.
62
hwmgr->
thermal_controller
.fanInfo.ulMinRPM;
64
hwmgr->
thermal_controller
.fanInfo.ulMaxRPM;
79
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
85
if (hwmgr->
thermal_controller
.
88
hwmgr->
thermal_controller
.
104
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
224
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
239
if (hwmgr->
thermal_controller
.fanInfo.bNoFan
[
all
...]
amdgpu_smu7_thermal.c
37
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
46
hwmgr->
thermal_controller
.fanInfo.ucTachometerPulsesPerRevolution) {
49
fan_speed_info->min_rpm = hwmgr->
thermal_controller
.fanInfo.ulMinRPM;
50
fan_speed_info->max_rpm = hwmgr->
thermal_controller
.fanInfo.ulMaxRPM;
66
if (hwmgr->
thermal_controller
.fanInfo.bNoFan)
93
if (hwmgr->
thermal_controller
.fanInfo.bNoFan ||
94
!hwmgr->
thermal_controller
.fanInfo.ucTachometerPulsesPerRevolution)
164
hwmgr->
thermal_controller
.
168
hwmgr->
thermal_controller
.
176
if (!result && hwmgr->
thermal_controller
[
all
...]
amdgpu_vega10_processpptables.c
128
const ATOM_Vega10_Thermal_Controller *
thermal_controller
;
local in function:init_thermal_controller
134
thermal_controller
= (ATOM_Vega10_Thermal_Controller *)
141
hwmgr->
thermal_controller
.ucType =
thermal_controller
->ucType;
142
hwmgr->
thermal_controller
.ucI2cLine =
thermal_controller
->ucI2cLine;
143
hwmgr->
thermal_controller
.ucI2cAddress =
thermal_controller
->ucI2cAddress;
145
hwmgr->
thermal_controller
.fanInfo.bNoFan =
146
(0 != (
thermal_controller
->ucFanParameters
[
all
...]
amdgpu_process_pptables_v1_0.c
894
ATOM_Tonga_Thermal_Controller *
thermal_controller
;
local in function:init_thermal_controller
896
thermal_controller
= (ATOM_Tonga_Thermal_Controller *)
902
hwmgr->
thermal_controller
.ucType =
thermal_controller
->ucType;
903
hwmgr->
thermal_controller
.ucI2cLine =
thermal_controller
->ucI2cLine;
904
hwmgr->
thermal_controller
.ucI2cAddress =
thermal_controller
->ucI2cAddress;
906
hwmgr->
thermal_controller
.fanInfo.bNoFan =
907
(0 != (
thermal_controller
->ucFanParameters & ATOM_TONGA_PP_FANPARAMETERS_NOFAN))
[
all
...]
amdgpu_vega12_processpptables.c
205
hwmgr->
thermal_controller
.ucType = powerplay_table->ucThermalControllerType;
209
ATOM_VEGA12_PP_THERMALCONTROLLER_NONE != hwmgr->
thermal_controller
.ucType,
amdgpu_vega20_processpptables.c
830
hwmgr->
thermal_controller
.ucType = powerplay_table->ucThermalControllerType;
832
hwmgr->
thermal_controller
.fanInfo.ulMinRPM = 0;
833
hwmgr->
thermal_controller
.fanInfo.ulMaxRPM = powerplay_table->smcPPTable.FanMaximumRpm;
836
ATOM_VEGA20_PP_THERMALCONTROLLER_NONE != hwmgr->
thermal_controller
.ucType,
amdgpu_smu7_hwmgr.c
2191
hwmgr->
thermal_controller
.advanceFanControlParameters.ucFanControlMode) {
2192
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanPWMMinLimit =
2193
(uint16_t)hwmgr->
thermal_controller
.advanceFanControlParameters.ucMinimumPWMLimit;
2195
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanPWMMaxLimit =
2196
(uint16_t)hwmgr->
thermal_controller
.advanceFanControlParameters.usDefaultMaxFanPWM;
2198
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanPWMStep = 1;
2200
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanRPMMaxLimit = 100;
2202
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanRPMMinLimit =
2203
(uint16_t)hwmgr->
thermal_controller
.advanceFanControlParameters.ucMinimumPWMLimit;
2205
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanRPMStep = 1
[
all
...]
amdgpu_vega12_hwmgr.c
197
&& hwmgr->
thermal_controller
.advanceFanControlParameters.usTMax)
435
hwmgr->
thermal_controller
.advanceFanControlParameters.usMaxFanRPM;
437
hwmgr->
thermal_controller
.advanceFanControlParameters.ucTargetTemperature;
439
hwmgr->
thermal_controller
.advanceFanControlParameters.ulMinFanSCLKAcousticLimit;
441
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanPWMMinLimit *
442
hwmgr->
thermal_controller
.fanInfo.ulMaxRPM / 100;
amdgpu_hwmgr.c
249
hwmgr->
thermal_controller
.fanInfo.bNoFan;
amdgpu_vega10_hwmgr.c
927
hwmgr->
thermal_controller
.advanceFanControlParameters.usMaxFanRPM;
929
hwmgr->
thermal_controller
.
932
hwmgr->
thermal_controller
.advanceFanControlParameters.
935
hwmgr->
thermal_controller
.
937
hwmgr->
thermal_controller
.fanInfo.ulMaxRPM / 100;
amdgpu_vega20_hwmgr.c
226
hwmgr->
thermal_controller
.advanceFanControlParameters.usTMax)
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_fiji_smumgr.c
503
&hwmgr->
thermal_controller
.advanceFanControlParameters;
650
if ((hwmgr->
thermal_controller
.advanceFanControlParameters.
652
0 == hwmgr->
thermal_controller
.advanceFanControlParameters.
654
hwmgr->
thermal_controller
.advanceFanControlParameters.
655
usFanOutputSensitivity = hwmgr->
thermal_controller
.
659
PP_HOST_TO_SMC_US(hwmgr->
thermal_controller
.
2147
if (hwmgr->
thermal_controller
.fanInfo.bNoFan) {
2168
tmp64 = hwmgr->
thermal_controller
.advanceFanControlParameters.
2173
t_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed -
2174
hwmgr->
thermal_controller
.advanceFanControlParameters.usTMin
[
all
...]
amdgpu_polaris10_smumgr.c
439
&hwmgr->
thermal_controller
.advanceFanControlParameters;
549
if ((hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15))
550
|| 0 == hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity)
551
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity =
552
hwmgr->
thermal_controller
.advanceFanControlParameters.usDefaultFanOutputSensitivity;
555
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity);
2081
if (hwmgr->
thermal_controller
.fanInfo.bNoFan) {
2103
if (hwmgr->
thermal_controller
.use_hw_fan_control)
2106
tmp64 = hwmgr->
thermal_controller
.advanceFanControlParameters.
2111
t_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed
[
all
...]
amdgpu_iceland_smumgr.c
2104
if (hwmgr->
thermal_controller
.fanInfo.bNoFan) {
2122
tmp64 = hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMin * duty100;
2126
t_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed - hwmgr->
thermal_controller
.advanceFanControlParameters.usTMin;
2127
t_diff2 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTHigh - hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed;
2129
pwm_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMed - hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMin;
2130
pwm_diff2 = hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMHigh - hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMed
[
all
...]
amdgpu_tonga_smumgr.c
1952
if ((hwmgr->
thermal_controller
.advanceFanControlParameters.
1954
(hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity == 0))
1955
hwmgr->
thermal_controller
.advanceFanControlParameters.
1956
usFanOutputSensitivity = hwmgr->
thermal_controller
.
1960
PP_HOST_TO_SMC_US(hwmgr->
thermal_controller
.
2481
if (hwmgr->
thermal_controller
.fanInfo.bNoFan) {
2503
tmp64 = hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMin * duty100;
2507
t_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed -
2508
hwmgr->
thermal_controller
.advanceFanControlParameters.usTMin;
2509
t_diff2 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTHigh
[
all
...]
amdgpu_ci_smumgr.c
569
if ((hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15))
570
|| 0 == hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity)
571
tmp = hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity;
573
tmp = hwmgr->
thermal_controller
.advanceFanControlParameters.usDefaultFanOutputSensitivity;
2142
if (hwmgr->
thermal_controller
.fanInfo.bNoFan) {
2160
tmp64 = hwmgr->
thermal_controller
.advanceFanControlParameters.usPWMMin * duty100;
2164
t_diff1 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed - hwmgr->
thermal_controller
.advanceFanControlParameters.usTMin;
2165
t_diff2 = hwmgr->
thermal_controller
.advanceFanControlParameters.usTHigh - hwmgr->
thermal_controller
.advanceFanControlParameters.usTMed
[
all
...]
amdgpu_vegam_smumgr.c
1450
&hwmgr->
thermal_controller
.advanceFanControlParameters;
1805
if ((hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity & (1 << 15))
1806
|| 0 == hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity)
1807
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity =
1808
hwmgr->
thermal_controller
.advanceFanControlParameters.usDefaultFanOutputSensitivity;
1811
hwmgr->
thermal_controller
.advanceFanControlParameters.usFanOutputSensitivity);
2269
PP_ASSERT_WITH_CODE(hwmgr->
thermal_controller
.fanInfo.bNoFan,
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_combios.c
2673
u8
thermal_controller
= 0, gpio = 0, i2c_addr = 0, clk_bit = 0, data_bit = 0;
local in function:radeon_combios_get_power_modes
2678
thermal_controller
= RBIOS8(offset + 3);
2682
thermal_controller
= RBIOS8(offset + 4);
2686
thermal_controller
= RBIOS8(offset + 4);
2692
if ((
thermal_controller
> 0) && (
thermal_controller
< 3)) {
2694
thermal_controller_names[
thermal_controller
],
2709
const char *name = thermal_controller_names[
thermal_controller
];
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/
amdgpu_amd_powerplay.c
853
*((uint32_t *)value) = hwmgr->
thermal_controller
.fanInfo.ulMinRPM;
856
*((uint32_t *)value) = hwmgr->
thermal_controller
.fanInfo.ulMaxRPM;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
hwmgr.h
779
struct pp_thermal_controller_info
thermal_controller
;
member in struct:pp_hwmgr
Completed in 43 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025