mb/google/brya/var/taeko: Modify DPTF setting for taeko
The new settings from the thermal team improve performance mainly with respect to fan control settings. BRANCH=None BUG=b:212210824 TEST=Built and tested on taeko board Signed-off-by: Kevin Chang <kevin.chang@lcfc.corp-partner.google.com> Change-Id: I2d5c9b6dff87a2e8897d74f3be89c965db22fe16 Reviewed-on: https://review.coreboot.org/c/coreboot/+/60400 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Tim Wawrzynczak <twawrzynczak@chromium.org>
This commit is contained in:
@@ -142,31 +142,31 @@ chip soc/intel/alderlake
|
|||||||
[1] = {
|
[1] = {
|
||||||
.target = DPTF_TEMP_SENSOR_1,
|
.target = DPTF_TEMP_SENSOR_1,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[2] = {
|
[2] = {
|
||||||
.target = DPTF_TEMP_SENSOR_2,
|
.target = DPTF_TEMP_SENSOR_2,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
.target = DPTF_TEMP_SENSOR_3,
|
.target = DPTF_TEMP_SENSOR_3,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
@@ -192,7 +192,7 @@ chip soc/intel/alderlake
|
|||||||
register "controls.power_limits" = "{
|
register "controls.power_limits" = "{
|
||||||
.pl1 = {
|
.pl1 = {
|
||||||
.min_power = 3000,
|
.min_power = 3000,
|
||||||
.max_power = 12000,
|
.max_power = 15000,
|
||||||
.time_window_min = 28 * MSECS_PER_SEC,
|
.time_window_min = 28 * MSECS_PER_SEC,
|
||||||
.time_window_max = 32 * MSECS_PER_SEC,
|
.time_window_max = 32 * MSECS_PER_SEC,
|
||||||
.granularity = 200,
|
.granularity = 200,
|
||||||
@@ -219,11 +219,11 @@ chip soc/intel/alderlake
|
|||||||
[0] = { 100, 6000, 220, 2200, },
|
[0] = { 100, 6000, 220, 2200, },
|
||||||
[1] = { 92, 5500, 180, 1800, },
|
[1] = { 92, 5500, 180, 1800, },
|
||||||
[2] = { 85, 5000, 145, 1450, },
|
[2] = { 85, 5000, 145, 1450, },
|
||||||
[3] = { 74, 4620, 115, 1150, },
|
[3] = { 70, 4400, 115, 1150, },
|
||||||
[4] = { 60, 4290, 90, 900, },
|
[4] = { 56, 3900, 90, 900, },
|
||||||
[5] = { 45, 3980, 55, 550, },
|
[5] = { 45, 3300, 55, 550, },
|
||||||
[6] = { 35, 3170, 30, 300, },
|
[6] = { 38, 3000, 30, 300, },
|
||||||
[7] = { 30, 2640, 15, 150, },
|
[7] = { 33, 2900, 15, 150, },
|
||||||
[8] = { 10, 800, 10, 100, },
|
[8] = { 10, 800, 10, 100, },
|
||||||
[9] = { 0, 0, 0, 50, }
|
[9] = { 0, 0, 0, 50, }
|
||||||
}"
|
}"
|
||||||
|
@@ -138,31 +138,31 @@ chip soc/intel/alderlake
|
|||||||
[1] = {
|
[1] = {
|
||||||
.target = DPTF_TEMP_SENSOR_1,
|
.target = DPTF_TEMP_SENSOR_1,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[2] = {
|
[2] = {
|
||||||
.target = DPTF_TEMP_SENSOR_2,
|
.target = DPTF_TEMP_SENSOR_2,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
[3] = {
|
[3] = {
|
||||||
.target = DPTF_TEMP_SENSOR_3,
|
.target = DPTF_TEMP_SENSOR_3,
|
||||||
.thresholds = {
|
.thresholds = {
|
||||||
TEMP_PCT(51, 74),
|
TEMP_PCT(50, 70),
|
||||||
TEMP_PCT(47, 60),
|
TEMP_PCT(47, 58),
|
||||||
TEMP_PCT(45, 45),
|
TEMP_PCT(45, 47),
|
||||||
TEMP_PCT(42, 45),
|
TEMP_PCT(42, 45),
|
||||||
TEMP_PCT(37, 35),
|
TEMP_PCT(39, 39),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}"
|
}"
|
||||||
@@ -188,7 +188,7 @@ chip soc/intel/alderlake
|
|||||||
register "controls.power_limits" = "{
|
register "controls.power_limits" = "{
|
||||||
.pl1 = {
|
.pl1 = {
|
||||||
.min_power = 3000,
|
.min_power = 3000,
|
||||||
.max_power = 12000,
|
.max_power = 15000,
|
||||||
.time_window_min = 28 * MSECS_PER_SEC,
|
.time_window_min = 28 * MSECS_PER_SEC,
|
||||||
.time_window_max = 32 * MSECS_PER_SEC,
|
.time_window_max = 32 * MSECS_PER_SEC,
|
||||||
.granularity = 200,
|
.granularity = 200,
|
||||||
@@ -215,11 +215,11 @@ chip soc/intel/alderlake
|
|||||||
[0] = { 100, 6000, 220, 2200, },
|
[0] = { 100, 6000, 220, 2200, },
|
||||||
[1] = { 92, 5500, 180, 1800, },
|
[1] = { 92, 5500, 180, 1800, },
|
||||||
[2] = { 85, 5000, 145, 1450, },
|
[2] = { 85, 5000, 145, 1450, },
|
||||||
[3] = { 74, 4620, 115, 1150, },
|
[3] = { 70, 4400, 115, 1150, },
|
||||||
[4] = { 60, 4290, 90, 900, },
|
[4] = { 56, 3900, 90, 900, },
|
||||||
[5] = { 45, 3980, 55, 550, },
|
[5] = { 45, 3300, 55, 550, },
|
||||||
[6] = { 35, 3170, 30, 300, },
|
[6] = { 38, 3000, 30, 300, },
|
||||||
[7] = { 30, 2640, 15, 150, },
|
[7] = { 33, 2900, 15, 150, },
|
||||||
[8] = { 10, 800, 10, 100, },
|
[8] = { 10, 800, 10, 100, },
|
||||||
[9] = { 0, 0, 0, 50, }
|
[9] = { 0, 0, 0, 50, }
|
||||||
}"
|
}"
|
||||||
|
Reference in New Issue
Block a user