Skip to content

Commit ee2e37c

Browse files
committed
add GPU fan flag to keep the fan always on.
This flag will always keep the fan on at the min_rpm value. Signed-off-by: Kieran Levin <ktl@frame.work>
1 parent 8a40158 commit ee2e37c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

config_definition.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,9 @@ struct gpu_cfg_custom_temp {
167167
uint16_t temp_fan_max;
168168
} __packed;
169169

170+
enum gpu_cfg_fan_flag {
171+
GPU_CFG_FAN_FLAG_ALWAYS_ON = 0x01,
172+
};
170173
struct gpu_cfg_fan {
171174
uint8_t idx;
172175
uint8_t flags;

0 commit comments

Comments
 (0)