summaryrefslogtreecommitdiff
path: root/board/jinlon/thermal.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/jinlon/thermal.c')
-rw-r--r--board/jinlon/thermal.c132
1 files changed, 68 insertions, 64 deletions
diff --git a/board/jinlon/thermal.c b/board/jinlon/thermal.c
index 03437fa3cd..70e6016109 100644
--- a/board/jinlon/thermal.c
+++ b/board/jinlon/thermal.c
@@ -1,8 +1,9 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+#include "builtin/assert.h"
#include "chipset.h"
#include "common.h"
#include "console.h"
@@ -16,7 +17,7 @@
/* Console output macros */
#define CPUTS(outstr) cputs(CC_THERMAL, outstr)
-#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ## args)
+#define CPRINTS(format, args...) cprints(CC_THERMAL, format, ##args)
struct fan_step {
/*
@@ -40,109 +41,108 @@ static const struct fan_step *fan_step_table;
static const struct fan_step fan_table_clamshell[] = {
{
/* level 0 */
- .on = {0, -1, 54, 37},
- .off = {99, -1, 99, 99},
- .rpm = {0, 0},
+ .on = { 0, -1, 54, 37 },
+ .off = { 99, -1, 99, 99 },
+ .rpm = { 0, 0 },
},
{
/* level 1 */
- .on = {0, -1, 57, 39},
- .off = {99, -1, 54, 37},
- .rpm = {3950, 3850},
+ .on = { 0, -1, 57, 39 },
+ .off = { 99, -1, 54, 37 },
+ .rpm = { 3950, 3850 },
},
{
/* level 2 */
- .on = {0, -1, 58, 40},
- .off = {99, -1, 57, 39},
- .rpm = {4200, 4100},
+ .on = { 0, -1, 58, 40 },
+ .off = { 99, -1, 57, 39 },
+ .rpm = { 4200, 4100 },
},
{
/* level 3 */
- .on = {0, -1, 59, 41},
- .off = {99, -1, 58, 40},
- .rpm = {4550, 4450},
+ .on = { 0, -1, 59, 41 },
+ .off = { 99, -1, 58, 40 },
+ .rpm = { 4550, 4450 },
},
{
/* level 4 */
- .on = {62, -1, 60, 42},
- .off = {58, -1, 59, 41},
- .rpm = {4900, 4800},
+ .on = { 62, -1, 60, 42 },
+ .off = { 58, -1, 59, 41 },
+ .rpm = { 4900, 4800 },
},
{
/* level 5 */
- .on = {64, -1, 61, 43},
- .off = {62, -1, 60, 42},
- .rpm = {5250, 5150},
+ .on = { 64, -1, 61, 43 },
+ .off = { 62, -1, 60, 42 },
+ .rpm = { 5250, 5150 },
},
{
/* level 6 */
- .on = {65, -1, 64, 45},
- .off = {63, -1, 61, 43},
- .rpm = {5400, 5300},
+ .on = { 65, -1, 64, 45 },
+ .off = { 63, -1, 61, 43 },
+ .rpm = { 5400, 5300 },
},
{
/* level 7 */
- .on = {100, -1, 100, 100},
- .off = {65, -1, 62, 44},
- .rpm = {6000, 5900},
+ .on = { 100, -1, 100, 100 },
+ .off = { 65, -1, 62, 44 },
+ .rpm = { 6000, 5900 },
},
};
static const struct fan_step fan_table_tablet[] = {
{
/* level 0 */
- .on = {0, -1, 55, 41},
- .off = {99, -1, 99, 99},
- .rpm = {0, 0},
+ .on = { 0, -1, 55, 41 },
+ .off = { 99, -1, 99, 99 },
+ .rpm = { 0, 0 },
},
{
/* level 1 */
- .on = {0, -1, 56, 42},
- .off = {99, -1, 55, 41},
- .rpm = {0, 0},
+ .on = { 0, -1, 56, 42 },
+ .off = { 99, -1, 55, 41 },
+ .rpm = { 0, 0 },
},
{
/* level 2 */
- .on = {0, -1, 57, 43},
- .off = {99, -1, 56, 42},
- .rpm = {4000, 3350},
+ .on = { 0, -1, 57, 43 },
+ .off = { 99, -1, 56, 42 },
+ .rpm = { 4000, 3350 },
},
{
/* level 3 */
- .on = {0, -1, 58, 44},
- .off = {99, -1, 57, 43},
- .rpm = {4200, 3400},
+ .on = { 0, -1, 58, 44 },
+ .off = { 99, -1, 57, 43 },
+ .rpm = { 4200, 3400 },
},
{
/* level 4 */
- .on = {60, -1, 59, 45},
- .off = {58, -1, 58, 44},
- .rpm = {4400, 3500},
+ .on = { 60, -1, 59, 45 },
+ .off = { 58, -1, 58, 44 },
+ .rpm = { 4400, 3500 },
},
{
/* level 5 */
- .on = {62, -1, 60, 46},
- .off = {60, -1, 59, 45},
- .rpm = {4800, 4350},
+ .on = { 62, -1, 60, 46 },
+ .off = { 60, -1, 59, 45 },
+ .rpm = { 4800, 4350 },
},
{
/* level 6 */
- .on = {65, -1, 61, 47},
- .off = {62, -1, 60, 46},
- .rpm = {5000, 4500},
+ .on = { 65, -1, 61, 47 },
+ .off = { 62, -1, 60, 46 },
+ .rpm = { 5000, 4500 },
},
{
/* level 7 */
- .on = {100, -1, 100, 100},
- .off = {65, -1, 61, 47},
- .rpm = {5200, 5100},
+ .on = { 100, -1, 100, 100 },
+ .off = { 65, -1, 61, 47 },
+ .rpm = { 5200, 5100 },
},
};
#define NUM_FAN_LEVELS ARRAY_SIZE(fan_table_clamshell)
-BUILD_ASSERT(ARRAY_SIZE(fan_table_clamshell) ==
- ARRAY_SIZE(fan_table_tablet));
+BUILD_ASSERT(ARRAY_SIZE(fan_table_clamshell) == ARRAY_SIZE(fan_table_tablet));
int fan_table_to_rpm(int fan, int *temp)
{
@@ -165,12 +165,15 @@ int fan_table_to_rpm(int fan, int *temp)
*/
if (temp[TEMP_SENSOR_1] < prev_tmp[TEMP_SENSOR_1] ||
- temp[TEMP_SENSOR_3] < prev_tmp[TEMP_SENSOR_3] ||
- temp[TEMP_SENSOR_4] < prev_tmp[TEMP_SENSOR_4]) {
+ temp[TEMP_SENSOR_3] < prev_tmp[TEMP_SENSOR_3] ||
+ temp[TEMP_SENSOR_4] < prev_tmp[TEMP_SENSOR_4]) {
for (i = current_level; i > 0; i--) {
- if (temp[TEMP_SENSOR_1] < fan_step_table[i].off[TEMP_SENSOR_1] &&
- temp[TEMP_SENSOR_4] < fan_step_table[i].off[TEMP_SENSOR_4] &&
- temp[TEMP_SENSOR_3] < fan_step_table[i].off[TEMP_SENSOR_3])
+ if (temp[TEMP_SENSOR_1] <
+ fan_step_table[i].off[TEMP_SENSOR_1] &&
+ temp[TEMP_SENSOR_4] <
+ fan_step_table[i].off[TEMP_SENSOR_4] &&
+ temp[TEMP_SENSOR_3] <
+ fan_step_table[i].off[TEMP_SENSOR_3])
current_level = i - 1;
else
break;
@@ -179,9 +182,12 @@ int fan_table_to_rpm(int fan, int *temp)
temp[TEMP_SENSOR_3] > prev_tmp[TEMP_SENSOR_3] ||
temp[TEMP_SENSOR_4] > prev_tmp[TEMP_SENSOR_4]) {
for (i = current_level; i < NUM_FAN_LEVELS; i++) {
- if ((temp[TEMP_SENSOR_1] > fan_step_table[i].on[TEMP_SENSOR_1] &&
- temp[TEMP_SENSOR_4] > fan_step_table[i].on[TEMP_SENSOR_4]) ||
- temp[TEMP_SENSOR_3] > fan_step_table[i].on[TEMP_SENSOR_3])
+ if ((temp[TEMP_SENSOR_1] >
+ fan_step_table[i].on[TEMP_SENSOR_1] &&
+ temp[TEMP_SENSOR_4] >
+ fan_step_table[i].on[TEMP_SENSOR_4]) ||
+ temp[TEMP_SENSOR_3] >
+ fan_step_table[i].on[TEMP_SENSOR_3])
current_level = i + 1;
else
break;
@@ -212,10 +218,8 @@ int fan_table_to_rpm(int fan, int *temp)
void board_override_fan_control(int fan, int *tmp)
{
- if (chipset_in_state(CHIPSET_STATE_ON |
- CHIPSET_STATE_ANY_SUSPEND)) {
+ if (chipset_in_state(CHIPSET_STATE_ON | CHIPSET_STATE_ANY_SUSPEND)) {
fan_set_rpm_mode(FAN_CH(fan), 1);
- fan_set_rpm_target(FAN_CH(fan),
- fan_table_to_rpm(fan, tmp));
+ fan_set_rpm_target(FAN_CH(fan), fan_table_to_rpm(fan, tmp));
}
}