File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed
src/board/system76/oryp11 Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -44,27 +44,33 @@ CFLAGS+=\
44
44
-DPOWER_LIMIT_AC=230 \
45
45
-DPOWER_LIMIT_DC=55
46
46
47
+ CFLAGS+=-DSMOOTH_FANS_MIN =28
48
+
47
49
# Custom fan curve
48
50
CFLAGS+=-DBOARD_HEATUP =5
49
51
CFLAGS+=-DBOARD_COOLDOWN =20
50
52
CFLAGS+=-DBOARD_FAN_POINTS ="\
51
- FAN_POINT(60, 40), \
52
- FAN_POINT(65, 60), \
53
- FAN_POINT(70, 75), \
54
- FAN_POINT(75, 90), \
55
- FAN_POINT(80, 100) \
53
+ FAN_POINT(60, 28), \
54
+ FAN_POINT(65, 28), \
55
+ FAN_POINT(70, 40), \
56
+ FAN_POINT(75, 60), \
57
+ FAN_POINT(80, 75), \
58
+ FAN_POINT(85, 90), \
59
+ FAN_POINT(90, 100) \
56
60
"
57
61
58
62
# Enable DGPU support
59
63
CFLAGS+=-DHAVE_DGPU =1
60
64
CFLAGS+=-DBOARD_DGPU_HEATUP =5
61
65
CFLAGS+=-DBOARD_DGPU_COOLDOWN =20
62
66
CFLAGS+=-DBOARD_DGPU_FAN_POINTS ="\
63
- FAN_POINT(60, 40), \
64
- FAN_POINT(65, 60), \
65
- FAN_POINT(70, 75), \
66
- FAN_POINT(75, 90), \
67
- FAN_POINT(80, 100) \
67
+ FAN_POINT(60, 28), \
68
+ FAN_POINT(65, 28), \
69
+ FAN_POINT(70, 40), \
70
+ FAN_POINT(75, 60), \
71
+ FAN_POINT(80, 75), \
72
+ FAN_POINT(85, 90), \
73
+ FAN_POINT(90, 100) \
68
74
"
69
75
70
76
# Add system76 common code
You can’t perform that action at this time.
0 commit comments