mirror of
https://github.com/GOSTSec/sgminer
synced 2025-02-05 03:24:26 +00:00
Set the fanspeed to the nominal chosen for GPUs.
This commit is contained in:
parent
78d6bee137
commit
2b78182445
1
adl.c
1
adl.c
@ -502,6 +502,7 @@ void init_adl(int nDevs)
|
|||||||
nominal = gpus[gpu].gpu_fan;
|
nominal = gpus[gpu].gpu_fan;
|
||||||
if (nominal < gpus[gpu].min_fan)
|
if (nominal < gpus[gpu].min_fan)
|
||||||
nominal = gpus[gpu].min_fan;
|
nominal = gpus[gpu].min_fan;
|
||||||
|
set_fanspeed(gpu, nominal);
|
||||||
}
|
}
|
||||||
if (opt_autoengine) {
|
if (opt_autoengine) {
|
||||||
ga->autoengine = true;
|
ga->autoengine = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user