Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:fan_table
(Results
1 - 24
of
24
) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
fiji_smumgr.c
496
struct pp_advance_fan_control_parameters *
fan_table
=
in fiji_populate_bapm_parameters_in_dpm_table()
local
534
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in fiji_populate_bapm_parameters_in_dpm_table()
536
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in fiji_populate_bapm_parameters_in_dpm_table()
538
scale_fan_gain_settings(
fan_table
->usFanGainLiquid));
in fiji_populate_bapm_parameters_in_dpm_table()
540
scale_fan_gain_settings(
fan_table
->usFanGainVrVddc));
in fiji_populate_bapm_parameters_in_dpm_table()
542
scale_fan_gain_settings(
fan_table
->usFanGainVrMvdd));
in fiji_populate_bapm_parameters_in_dpm_table()
544
scale_fan_gain_settings(
fan_table
->usFanGainPlx));
in fiji_populate_bapm_parameters_in_dpm_table()
546
scale_fan_gain_settings(
fan_table
->usFanGainHbm));
in fiji_populate_bapm_parameters_in_dpm_table()
2134
SMU73_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in fiji_thermal_setup_fan_table()
local
2181
fan_table
in fiji_thermal_setup_fan_table()
[all...]
H
A
D
iceland_smumgr.c
2088
SMU71_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in iceland_thermal_setup_fan_table()
local
2130
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in iceland_thermal_setup_fan_table()
2131
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in iceland_thermal_setup_fan_table()
2132
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in iceland_thermal_setup_fan_table()
2134
fan_table
.Slope1 = cpu_to_be16(slope1);
in iceland_thermal_setup_fan_table()
2135
fan_table
.Slope2 = cpu_to_be16(slope2);
in iceland_thermal_setup_fan_table()
2137
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in iceland_thermal_setup_fan_table()
2139
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in iceland_thermal_setup_fan_table()
2141
fan_table
.HystUp = cpu_to_be16(1);
in iceland_thermal_setup_fan_table()
2143
fan_table
in iceland_thermal_setup_fan_table()
[all...]
H
A
D
polaris10_smumgr.c
434
struct pp_advance_fan_control_parameters *
fan_table
=
in polaris10_populate_bapm_parameters_in_dpm_table()
local
452
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in polaris10_populate_bapm_parameters_in_dpm_table()
454
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in polaris10_populate_bapm_parameters_in_dpm_table()
2070
SMU74_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in polaris10_thermal_setup_fan_table()
local
2121
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2123
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2125
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2128
fan_table
.Slope1 = cpu_to_be16(slope1);
in polaris10_thermal_setup_fan_table()
2129
fan_table
.Slope2 = cpu_to_be16(slope2);
in polaris10_thermal_setup_fan_table()
2131
fan_table
in polaris10_thermal_setup_fan_table()
[all...]
H
A
D
tonga_smumgr.c
2464
SMU72_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in tonga_thermal_setup_fan_table()
local
2515
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in tonga_thermal_setup_fan_table()
2516
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in tonga_thermal_setup_fan_table()
2517
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in tonga_thermal_setup_fan_table()
2519
fan_table
.Slope1 = cpu_to_be16(slope1);
in tonga_thermal_setup_fan_table()
2520
fan_table
.Slope2 = cpu_to_be16(slope2);
in tonga_thermal_setup_fan_table()
2522
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in tonga_thermal_setup_fan_table()
2524
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in tonga_thermal_setup_fan_table()
2526
fan_table
.HystUp = cpu_to_be16(1);
in tonga_thermal_setup_fan_table()
2528
fan_table
in tonga_thermal_setup_fan_table()
[all...]
H
A
D
ci_smumgr.c
2127
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in ci_thermal_setup_fan_table()
local
2169
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in ci_thermal_setup_fan_table()
2170
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in ci_thermal_setup_fan_table()
2171
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in ci_thermal_setup_fan_table()
2173
fan_table
.Slope1 = cpu_to_be16(slope1);
in ci_thermal_setup_fan_table()
2174
fan_table
.Slope2 = cpu_to_be16(slope2);
in ci_thermal_setup_fan_table()
2176
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in ci_thermal_setup_fan_table()
2178
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in ci_thermal_setup_fan_table()
2180
fan_table
.HystUp = cpu_to_be16(1);
in ci_thermal_setup_fan_table()
2182
fan_table
in ci_thermal_setup_fan_table()
[all...]
H
A
D
vegam_smumgr.c
1448
struct pp_advance_fan_control_parameters *
fan_table
=
in vegam_populate_bapm_parameters_in_dpm_table()
local
1466
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in vegam_populate_bapm_parameters_in_dpm_table()
1468
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in vegam_populate_bapm_parameters_in_dpm_table()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/smumgr/
H
A
D
fiji_smumgr.c
495
struct pp_advance_fan_control_parameters *
fan_table
=
in fiji_populate_bapm_parameters_in_dpm_table()
local
533
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in fiji_populate_bapm_parameters_in_dpm_table()
535
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in fiji_populate_bapm_parameters_in_dpm_table()
537
scale_fan_gain_settings(
fan_table
->usFanGainLiquid));
in fiji_populate_bapm_parameters_in_dpm_table()
539
scale_fan_gain_settings(
fan_table
->usFanGainVrVddc));
in fiji_populate_bapm_parameters_in_dpm_table()
541
scale_fan_gain_settings(
fan_table
->usFanGainVrMvdd));
in fiji_populate_bapm_parameters_in_dpm_table()
543
scale_fan_gain_settings(
fan_table
->usFanGainPlx));
in fiji_populate_bapm_parameters_in_dpm_table()
545
scale_fan_gain_settings(
fan_table
->usFanGainHbm));
in fiji_populate_bapm_parameters_in_dpm_table()
2132
SMU73_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in fiji_thermal_setup_fan_table()
local
2179
fan_table
in fiji_thermal_setup_fan_table()
[all...]
H
A
D
iceland_smumgr.c
2088
SMU71_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in iceland_thermal_setup_fan_table()
local
2130
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in iceland_thermal_setup_fan_table()
2131
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in iceland_thermal_setup_fan_table()
2132
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in iceland_thermal_setup_fan_table()
2134
fan_table
.Slope1 = cpu_to_be16(slope1);
in iceland_thermal_setup_fan_table()
2135
fan_table
.Slope2 = cpu_to_be16(slope2);
in iceland_thermal_setup_fan_table()
2137
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in iceland_thermal_setup_fan_table()
2139
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in iceland_thermal_setup_fan_table()
2141
fan_table
.HystUp = cpu_to_be16(1);
in iceland_thermal_setup_fan_table()
2143
fan_table
in iceland_thermal_setup_fan_table()
[all...]
H
A
D
polaris10_smumgr.c
436
struct pp_advance_fan_control_parameters *
fan_table
=
in polaris10_populate_bapm_parameters_in_dpm_table()
local
454
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in polaris10_populate_bapm_parameters_in_dpm_table()
456
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in polaris10_populate_bapm_parameters_in_dpm_table()
2170
SMU74_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in polaris10_thermal_setup_fan_table()
local
2221
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2223
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2225
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->
in polaris10_thermal_setup_fan_table()
2228
fan_table
.Slope1 = cpu_to_be16(slope1);
in polaris10_thermal_setup_fan_table()
2229
fan_table
.Slope2 = cpu_to_be16(slope2);
in polaris10_thermal_setup_fan_table()
2231
fan_table
in polaris10_thermal_setup_fan_table()
[all...]
H
A
D
tonga_smumgr.c
2464
SMU72_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in tonga_thermal_setup_fan_table()
local
2515
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in tonga_thermal_setup_fan_table()
2516
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in tonga_thermal_setup_fan_table()
2517
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in tonga_thermal_setup_fan_table()
2519
fan_table
.Slope1 = cpu_to_be16(slope1);
in tonga_thermal_setup_fan_table()
2520
fan_table
.Slope2 = cpu_to_be16(slope2);
in tonga_thermal_setup_fan_table()
2522
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in tonga_thermal_setup_fan_table()
2524
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in tonga_thermal_setup_fan_table()
2526
fan_table
.HystUp = cpu_to_be16(1);
in tonga_thermal_setup_fan_table()
2528
fan_table
in tonga_thermal_setup_fan_table()
[all...]
H
A
D
ci_smumgr.c
2128
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in ci_thermal_setup_fan_table()
local
2170
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
in ci_thermal_setup_fan_table()
2171
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
in ci_thermal_setup_fan_table()
2172
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
in ci_thermal_setup_fan_table()
2174
fan_table
.Slope1 = cpu_to_be16(slope1);
in ci_thermal_setup_fan_table()
2175
fan_table
.Slope2 = cpu_to_be16(slope2);
in ci_thermal_setup_fan_table()
2177
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in ci_thermal_setup_fan_table()
2179
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
in ci_thermal_setup_fan_table()
2181
fan_table
.HystUp = cpu_to_be16(1);
in ci_thermal_setup_fan_table()
2183
fan_table
in ci_thermal_setup_fan_table()
[all...]
H
A
D
vegam_smumgr.c
1447
struct pp_advance_fan_control_parameters *
fan_table
=
in vegam_populate_bapm_parameters_in_dpm_table()
local
1465
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
in vegam_populate_bapm_parameters_in_dpm_table()
1467
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
in vegam_populate_bapm_parameters_in_dpm_table()
/kernel/linux/linux-5.10/drivers/macintosh/
H
A
D
therm_windtunnel.c
63
int fan_level; /* active
fan_table
setting */
77
}
fan_table
[] = {
variable
191
for( i=0; (temp & 0xffff) >
fan_table
[i].temp ; i++ )
in poll_temp()
194
level =
fan_table
[i].fan_down_setting;
in poll_temp()
197
for( i=0; (temp & 0xffff) >=
fan_table
[i+1].temp ; i++ )
in poll_temp()
200
level =
fan_table
[i].fan_up_setting;
in poll_temp()
/kernel/linux/linux-6.6/drivers/macintosh/
H
A
D
therm_windtunnel.c
64
int fan_level; /* active
fan_table
setting */
78
}
fan_table
[] = {
variable
192
for( i=0; (temp & 0xffff) >
fan_table
[i].temp ; i++ )
in poll_temp()
195
level =
fan_table
[i].fan_down_setting;
in poll_temp()
198
for( i=0; (temp & 0xffff) >=
fan_table
[i+1].temp ; i++ )
in poll_temp()
201
level =
fan_table
[i].fan_up_setting;
in poll_temp()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
processpptables.c
1023
const ATOM_PPLIB_FANTABLE *
fan_table
=
in init_thermal_controller()
local
1027
if (1 <=
fan_table
->ucFanTableFormat) {
in init_thermal_controller()
1029
fan_table
->ucTHyst;
in init_thermal_controller()
1031
le16_to_cpu(
fan_table
->usTMin);
in init_thermal_controller()
1033
le16_to_cpu(
fan_table
->usTMed);
in init_thermal_controller()
1035
le16_to_cpu(
fan_table
->usTHigh);
in init_thermal_controller()
1037
le16_to_cpu(
fan_table
->usPWMMin);
in init_thermal_controller()
1039
le16_to_cpu(
fan_table
->usPWMMed);
in init_thermal_controller()
1041
le16_to_cpu(
fan_table
->usPWMHigh);
in init_thermal_controller()
1049
if (2 <=
fan_table
in init_thermal_controller()
[all...]
H
A
D
process_pptables_v1_0.c
888
const PPTable_Generic_SubTable_Header *
fan_table
;
in init_thermal_controller()
local
924
fan_table
= (const PPTable_Generic_SubTable_Header *)
in init_thermal_controller()
930
PP_ASSERT_WITH_CODE((0 <
fan_table
->ucRevId),
in init_thermal_controller()
938
if (
fan_table
->ucRevId < 8) {
in init_thermal_controller()
940
(ATOM_Tonga_Fan_Table *)
fan_table
;
in init_thermal_controller()
977
(ATOM_Fiji_Fan_Table *)
fan_table
;
in init_thermal_controller()
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H
A
D
processpptables.c
1019
const ATOM_PPLIB_FANTABLE *
fan_table
=
in init_thermal_controller()
local
1023
if (1 <=
fan_table
->ucFanTableFormat) {
in init_thermal_controller()
1025
fan_table
->ucTHyst;
in init_thermal_controller()
1027
le16_to_cpu(
fan_table
->usTMin);
in init_thermal_controller()
1029
le16_to_cpu(
fan_table
->usTMed);
in init_thermal_controller()
1031
le16_to_cpu(
fan_table
->usTHigh);
in init_thermal_controller()
1033
le16_to_cpu(
fan_table
->usPWMMin);
in init_thermal_controller()
1035
le16_to_cpu(
fan_table
->usPWMMed);
in init_thermal_controller()
1037
le16_to_cpu(
fan_table
->usPWMHigh);
in init_thermal_controller()
1045
if (2 <=
fan_table
in init_thermal_controller()
[all...]
H
A
D
process_pptables_v1_0.c
913
const PPTable_Generic_SubTable_Header *
fan_table
;
in init_thermal_controller()
local
949
fan_table
= (const PPTable_Generic_SubTable_Header *)
in init_thermal_controller()
955
PP_ASSERT_WITH_CODE((0 <
fan_table
->ucRevId),
in init_thermal_controller()
963
if (
fan_table
->ucRevId < 8) {
in init_thermal_controller()
965
(ATOM_Tonga_Fan_Table *)
fan_table
;
in init_thermal_controller()
1000
} else if (
fan_table
->ucRevId == 8) {
in init_thermal_controller()
1002
(ATOM_Fiji_Fan_Table *)
fan_table
;
in init_thermal_controller()
1050
} else if (
fan_table
->ucRevId >= 9) {
in init_thermal_controller()
1052
(ATOM_Polaris_Fan_Table *)
fan_table
;
in init_thermal_controller()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
H
A
D
ci_dpm.c
945
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in ci_thermal_setup_fan_table()
local
978
fan_table
.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
in ci_thermal_setup_fan_table()
979
fan_table
.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
in ci_thermal_setup_fan_table()
980
fan_table
.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
in ci_thermal_setup_fan_table()
982
fan_table
.Slope1 = cpu_to_be16(slope1);
in ci_thermal_setup_fan_table()
983
fan_table
.Slope2 = cpu_to_be16(slope2);
in ci_thermal_setup_fan_table()
985
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in ci_thermal_setup_fan_table()
987
fan_table
.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
in ci_thermal_setup_fan_table()
989
fan_table
.HystUp = cpu_to_be16(1);
in ci_thermal_setup_fan_table()
991
fan_table
in ci_thermal_setup_fan_table()
[all...]
H
A
D
si_dpm.c
6015
PP_SIslands_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in si_thermal_setup_fan_table()
local
6048
fan_table
.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
in si_thermal_setup_fan_table()
6049
fan_table
.temp_med = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
in si_thermal_setup_fan_table()
6050
fan_table
.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
in si_thermal_setup_fan_table()
6052
fan_table
.slope1 = cpu_to_be16(slope1);
in si_thermal_setup_fan_table()
6053
fan_table
.slope2 = cpu_to_be16(slope2);
in si_thermal_setup_fan_table()
6055
fan_table
.fdo_min = cpu_to_be16(fdo_min);
in si_thermal_setup_fan_table()
6057
fan_table
.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
in si_thermal_setup_fan_table()
6059
fan_table
.hys_up = cpu_to_be16(1);
in si_thermal_setup_fan_table()
6061
fan_table
in si_thermal_setup_fan_table()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/
H
A
D
si_dpm.c
6013
PP_SIslands_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in si_thermal_setup_fan_table()
local
6046
fan_table
.temp_min = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
in si_thermal_setup_fan_table()
6047
fan_table
.temp_med = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
in si_thermal_setup_fan_table()
6048
fan_table
.temp_max = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
in si_thermal_setup_fan_table()
6050
fan_table
.slope1 = cpu_to_be16(slope1);
in si_thermal_setup_fan_table()
6051
fan_table
.slope2 = cpu_to_be16(slope2);
in si_thermal_setup_fan_table()
6053
fan_table
.fdo_min = cpu_to_be16(fdo_min);
in si_thermal_setup_fan_table()
6055
fan_table
.hys_down = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
in si_thermal_setup_fan_table()
6057
fan_table
.hys_up = cpu_to_be16(1);
in si_thermal_setup_fan_table()
6059
fan_table
in si_thermal_setup_fan_table()
[all...]
H
A
D
ci_dpm.c
935
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in ci_thermal_setup_fan_table()
local
968
fan_table
.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
in ci_thermal_setup_fan_table()
969
fan_table
.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
in ci_thermal_setup_fan_table()
970
fan_table
.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
in ci_thermal_setup_fan_table()
972
fan_table
.Slope1 = cpu_to_be16(slope1);
in ci_thermal_setup_fan_table()
973
fan_table
.Slope2 = cpu_to_be16(slope2);
in ci_thermal_setup_fan_table()
975
fan_table
.FdoMin = cpu_to_be16(fdo_min);
in ci_thermal_setup_fan_table()
977
fan_table
.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
in ci_thermal_setup_fan_table()
979
fan_table
.HystUp = cpu_to_be16(1);
in ci_thermal_setup_fan_table()
981
fan_table
in ci_thermal_setup_fan_table()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/
H
A
D
si_dpm.c
6447
PP_SIslands_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in si_thermal_setup_fan_table()
local
6480
fan_table
.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100);
in si_thermal_setup_fan_table()
6481
fan_table
.temp_med = cpu_to_be16((50 + adev->pm.dpm.fan.t_med) / 100);
in si_thermal_setup_fan_table()
6482
fan_table
.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
in si_thermal_setup_fan_table()
6483
fan_table
.slope1 = cpu_to_be16(slope1);
in si_thermal_setup_fan_table()
6484
fan_table
.slope2 = cpu_to_be16(slope2);
in si_thermal_setup_fan_table()
6485
fan_table
.fdo_min = cpu_to_be16(fdo_min);
in si_thermal_setup_fan_table()
6486
fan_table
.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst);
in si_thermal_setup_fan_table()
6487
fan_table
.hys_up = cpu_to_be16(1);
in si_thermal_setup_fan_table()
6488
fan_table
in si_thermal_setup_fan_table()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/legacy-dpm/
H
A
D
si_dpm.c
6487
PP_SIslands_FanTable
fan_table
= { FDO_MODE_HARDWARE };
in si_thermal_setup_fan_table()
local
6520
fan_table
.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100);
in si_thermal_setup_fan_table()
6521
fan_table
.temp_med = cpu_to_be16((50 + adev->pm.dpm.fan.t_med) / 100);
in si_thermal_setup_fan_table()
6522
fan_table
.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
in si_thermal_setup_fan_table()
6523
fan_table
.slope1 = cpu_to_be16(slope1);
in si_thermal_setup_fan_table()
6524
fan_table
.slope2 = cpu_to_be16(slope2);
in si_thermal_setup_fan_table()
6525
fan_table
.fdo_min = cpu_to_be16(fdo_min);
in si_thermal_setup_fan_table()
6526
fan_table
.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst);
in si_thermal_setup_fan_table()
6527
fan_table
.hys_up = cpu_to_be16(1);
in si_thermal_setup_fan_table()
6528
fan_table
in si_thermal_setup_fan_table()
[all...]
Completed in 88 milliseconds