OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fan_table
(Results
1 - 25
of
30
) sorted by relevancy
1
2
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_process_pptables_v1_0.c
893
const PPTable_Generic_SubTable_Header *
fan_table
;
local in function:init_thermal_controller
929
fan_table
= (const PPTable_Generic_SubTable_Header *)
935
PP_ASSERT_WITH_CODE((0 <
fan_table
->ucRevId),
943
if (
fan_table
->ucRevId < 8) {
945
(const ATOM_Tonga_Fan_Table *)
fan_table
;
982
(const ATOM_Fiji_Fan_Table *)
fan_table
;
amdgpu_process_pptables_v1_0.c
893
const PPTable_Generic_SubTable_Header *
fan_table
;
local in function:init_thermal_controller
929
fan_table
= (const PPTable_Generic_SubTable_Header *)
935
PP_ASSERT_WITH_CODE((0 <
fan_table
->ucRevId),
943
if (
fan_table
->ucRevId < 8) {
945
(const ATOM_Tonga_Fan_Table *)
fan_table
;
982
(const ATOM_Fiji_Fan_Table *)
fan_table
;
amdgpu_process_pptables_v1_0.c
893
const PPTable_Generic_SubTable_Header *
fan_table
;
local in function:init_thermal_controller
929
fan_table
= (const PPTable_Generic_SubTable_Header *)
935
PP_ASSERT_WITH_CODE((0 <
fan_table
->ucRevId),
943
if (
fan_table
->ucRevId < 8) {
945
(const ATOM_Tonga_Fan_Table *)
fan_table
;
982
(const ATOM_Fiji_Fan_Table *)
fan_table
;
/src/sys/external/bsd/drm2/dist/drm/amd/powerplay/smumgr/
amdgpu_vegam_smumgr.c
1449
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:vegam_populate_bapm_parameters_in_dpm_table
1467
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
1469
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
amdgpu_vegam_smumgr.c
1449
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:vegam_populate_bapm_parameters_in_dpm_table
1467
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
1469
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
amdgpu_vegam_smumgr.c
1449
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:vegam_populate_bapm_parameters_in_dpm_table
1467
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
1469
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
amdgpu_ci_smumgr.c
2131
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
2173
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2174
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2175
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2177
fan_table
.Slope1 = cpu_to_be16(slope1);
2178
fan_table
.Slope2 = cpu_to_be16(slope2);
2180
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2182
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2184
fan_table
.HystUp = cpu_to_be16(1);
2186
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_fiji_smumgr.c
502
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:fiji_populate_bapm_parameters_in_dpm_table
540
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
542
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
544
scale_fan_gain_settings(
fan_table
->usFanGainLiquid));
546
scale_fan_gain_settings(
fan_table
->usFanGainVrVddc));
548
scale_fan_gain_settings(
fan_table
->usFanGainVrMvdd));
550
scale_fan_gain_settings(
fan_table
->usFanGainPlx));
552
scale_fan_gain_settings(
fan_table
->usFanGainHbm));
2139
SMU73_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:fiji_thermal_setup_fan_table
2186
fan_table
.TempMin = cpu_to_be16((50 + hwmgr-
[
all
...]
amdgpu_iceland_smumgr.c
2093
SMU71_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:iceland_thermal_setup_fan_table
2135
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2136
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2137
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2139
fan_table
.Slope1 = cpu_to_be16(slope1);
2140
fan_table
.Slope2 = cpu_to_be16(slope2);
2142
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2144
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2146
fan_table
.HystUp = cpu_to_be16(1);
2148
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_polaris10_smumgr.c
438
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:polaris10_populate_bapm_parameters_in_dpm_table
456
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
458
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
2073
SMU74_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:polaris10_thermal_setup_fan_table
2124
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->
2126
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->
2128
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->
2131
fan_table
.Slope1 = cpu_to_be16(slope1);
2132
fan_table
.Slope2 = cpu_to_be16(slope2);
2134
fan_table
.FdoMin = cpu_to_be16(fdo_min)
[
all
...]
amdgpu_tonga_smumgr.c
2469
SMU72_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:tonga_thermal_setup_fan_table
2520
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2521
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2522
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2524
fan_table
.Slope1 = cpu_to_be16(slope1);
2525
fan_table
.Slope2 = cpu_to_be16(slope2);
2527
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2529
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2531
fan_table
.HystUp = cpu_to_be16(1);
2533
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_ci_smumgr.c
2131
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
2173
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2174
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2175
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2177
fan_table
.Slope1 = cpu_to_be16(slope1);
2178
fan_table
.Slope2 = cpu_to_be16(slope2);
2180
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2182
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2184
fan_table
.HystUp = cpu_to_be16(1);
2186
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_fiji_smumgr.c
502
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:fiji_populate_bapm_parameters_in_dpm_table
540
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
542
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
544
scale_fan_gain_settings(
fan_table
->usFanGainLiquid));
546
scale_fan_gain_settings(
fan_table
->usFanGainVrVddc));
548
scale_fan_gain_settings(
fan_table
->usFanGainVrMvdd));
550
scale_fan_gain_settings(
fan_table
->usFanGainPlx));
552
scale_fan_gain_settings(
fan_table
->usFanGainHbm));
2139
SMU73_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:fiji_thermal_setup_fan_table
2186
fan_table
.TempMin = cpu_to_be16((50 + hwmgr-
[
all
...]
amdgpu_iceland_smumgr.c
2093
SMU71_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:iceland_thermal_setup_fan_table
2135
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2136
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2137
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2139
fan_table
.Slope1 = cpu_to_be16(slope1);
2140
fan_table
.Slope2 = cpu_to_be16(slope2);
2142
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2144
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2146
fan_table
.HystUp = cpu_to_be16(1);
2148
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_polaris10_smumgr.c
438
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:polaris10_populate_bapm_parameters_in_dpm_table
456
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
458
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
2073
SMU74_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:polaris10_thermal_setup_fan_table
2124
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->
2126
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->
2128
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->
2131
fan_table
.Slope1 = cpu_to_be16(slope1);
2132
fan_table
.Slope2 = cpu_to_be16(slope2);
2134
fan_table
.FdoMin = cpu_to_be16(fdo_min)
[
all
...]
amdgpu_tonga_smumgr.c
2469
SMU72_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:tonga_thermal_setup_fan_table
2520
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2521
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2522
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2524
fan_table
.Slope1 = cpu_to_be16(slope1);
2525
fan_table
.Slope2 = cpu_to_be16(slope2);
2527
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2529
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2531
fan_table
.HystUp = cpu_to_be16(1);
2533
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_ci_smumgr.c
2131
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
2173
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2174
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2175
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2177
fan_table
.Slope1 = cpu_to_be16(slope1);
2178
fan_table
.Slope2 = cpu_to_be16(slope2);
2180
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2182
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2184
fan_table
.HystUp = cpu_to_be16(1);
2186
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_fiji_smumgr.c
502
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:fiji_populate_bapm_parameters_in_dpm_table
540
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
542
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
544
scale_fan_gain_settings(
fan_table
->usFanGainLiquid));
546
scale_fan_gain_settings(
fan_table
->usFanGainVrVddc));
548
scale_fan_gain_settings(
fan_table
->usFanGainVrMvdd));
550
scale_fan_gain_settings(
fan_table
->usFanGainPlx));
552
scale_fan_gain_settings(
fan_table
->usFanGainHbm));
2139
SMU73_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:fiji_thermal_setup_fan_table
2186
fan_table
.TempMin = cpu_to_be16((50 + hwmgr-
[
all
...]
amdgpu_iceland_smumgr.c
2093
SMU71_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:iceland_thermal_setup_fan_table
2135
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2136
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2137
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2139
fan_table
.Slope1 = cpu_to_be16(slope1);
2140
fan_table
.Slope2 = cpu_to_be16(slope2);
2142
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2144
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2146
fan_table
.HystUp = cpu_to_be16(1);
2148
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
amdgpu_polaris10_smumgr.c
438
struct pp_advance_fan_control_parameters *
fan_table
=
local in function:polaris10_populate_bapm_parameters_in_dpm_table
456
scale_fan_gain_settings(
fan_table
->usFanGainEdge));
458
scale_fan_gain_settings(
fan_table
->usFanGainHotspot));
2073
SMU74_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:polaris10_thermal_setup_fan_table
2124
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->
2126
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->
2128
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->
2131
fan_table
.Slope1 = cpu_to_be16(slope1);
2132
fan_table
.Slope2 = cpu_to_be16(slope2);
2134
fan_table
.FdoMin = cpu_to_be16(fdo_min)
[
all
...]
amdgpu_tonga_smumgr.c
2469
SMU72_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:tonga_thermal_setup_fan_table
2520
fan_table
.TempMin = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMin) / 100);
2521
fan_table
.TempMed = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMed) / 100);
2522
fan_table
.TempMax = cpu_to_be16((50 + hwmgr->thermal_controller.advanceFanControlParameters.usTMax) / 100);
2524
fan_table
.Slope1 = cpu_to_be16(slope1);
2525
fan_table
.Slope2 = cpu_to_be16(slope2);
2527
fan_table
.FdoMin = cpu_to_be16(fdo_min);
2529
fan_table
.HystDown = cpu_to_be16(hwmgr->thermal_controller.advanceFanControlParameters.ucTHyst);
2531
fan_table
.HystUp = cpu_to_be16(1);
2533
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ci_dpm.c
964
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
997
fan_table
.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
998
fan_table
.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
999
fan_table
.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
1001
fan_table
.Slope1 = cpu_to_be16(slope1);
1002
fan_table
.Slope2 = cpu_to_be16(slope2);
1004
fan_table
.FdoMin = cpu_to_be16(fdo_min);
1006
fan_table
.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
1008
fan_table
.HystUp = cpu_to_be16(1);
1010
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
radeon_ci_dpm.c
964
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
997
fan_table
.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
998
fan_table
.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
999
fan_table
.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
1001
fan_table
.Slope1 = cpu_to_be16(slope1);
1002
fan_table
.Slope2 = cpu_to_be16(slope2);
1004
fan_table
.FdoMin = cpu_to_be16(fdo_min);
1006
fan_table
.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
1008
fan_table
.HystUp = cpu_to_be16(1);
1010
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
radeon_ci_dpm.c
964
SMU7_Discrete_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:ci_thermal_setup_fan_table
997
fan_table
.TempMin = cpu_to_be16((50 + rdev->pm.dpm.fan.t_min) / 100);
998
fan_table
.TempMed = cpu_to_be16((50 + rdev->pm.dpm.fan.t_med) / 100);
999
fan_table
.TempMax = cpu_to_be16((50 + rdev->pm.dpm.fan.t_max) / 100);
1001
fan_table
.Slope1 = cpu_to_be16(slope1);
1002
fan_table
.Slope2 = cpu_to_be16(slope2);
1004
fan_table
.FdoMin = cpu_to_be16(fdo_min);
1006
fan_table
.HystDown = cpu_to_be16(rdev->pm.dpm.fan.t_hyst);
1008
fan_table
.HystUp = cpu_to_be16(1);
1010
fan_table
.HystSlope = cpu_to_be16(1)
[
all
...]
/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_si_dpm.c
6473
PP_SIslands_FanTable
fan_table
= { FDO_MODE_HARDWARE };
local in function:si_thermal_setup_fan_table
6506
fan_table
.temp_min = cpu_to_be16((50 + adev->pm.dpm.fan.t_min) / 100);
6507
fan_table
.temp_med = cpu_to_be16((50 + adev->pm.dpm.fan.t_med) / 100);
6508
fan_table
.temp_max = cpu_to_be16((50 + adev->pm.dpm.fan.t_max) / 100);
6509
fan_table
.slope1 = cpu_to_be16(slope1);
6510
fan_table
.slope2 = cpu_to_be16(slope2);
6511
fan_table
.fdo_min = cpu_to_be16(fdo_min);
6512
fan_table
.hys_down = cpu_to_be16(adev->pm.dpm.fan.t_hyst);
6513
fan_table
.hys_up = cpu_to_be16(1);
6514
fan_table
.hys_slope = cpu_to_be16(1)
[
all
...]
Completed in 77 milliseconds
1
2
Indexes created Tue Sep 30 11:09:46 GMT 2025