mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-10 23:08:07 +00:00
Enable adl earlier to allow values to be set in init_adl or they're silently ignored!
This commit is contained in:
parent
1db6ab0b01
commit
918ec7b0b2
9
adl.c
9
adl.c
@ -213,6 +213,10 @@ void init_adl(int nDevs)
|
|||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
gpus[gpu].has_adl = true;
|
||||||
|
/* Flag adl as active if any card is successfully activated */
|
||||||
|
adl_active = true;
|
||||||
|
|
||||||
/* From here on we know this device is a discrete device and
|
/* From here on we know this device is a discrete device and
|
||||||
* should support ADL */
|
* should support ADL */
|
||||||
ga = &gpus[gpu].adl;
|
ga = &gpus[gpu].adl;
|
||||||
@ -336,11 +340,6 @@ void init_adl(int nDevs)
|
|||||||
if (ADL_Adapter_Speed_Set(iAdapterIndex, ADL_CONTEXT_SPEED_FORCEHIGH) != ADL_OK)
|
if (ADL_Adapter_Speed_Set(iAdapterIndex, ADL_CONTEXT_SPEED_FORCEHIGH) != ADL_OK)
|
||||||
applog(LOG_INFO, "Failed to ADL_Adapter_Speed_Set");
|
applog(LOG_INFO, "Failed to ADL_Adapter_Speed_Set");
|
||||||
}
|
}
|
||||||
|
|
||||||
gpus[gpu].has_adl = true;
|
|
||||||
|
|
||||||
/* Flag adl as active if any card is successfully activated */
|
|
||||||
adl_active = true;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user