1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-01 18:55:36 +00:00
Commit Graph

23 Commits

Author SHA1 Message Date
Luke Dashjr
4eb23c7ea3 Bugfix: slay a variety of warnings 2012-06-13 17:03:26 +00:00
Con Kolivas
23b224faf9 Reinit_adl is no longer used. 2012-05-06 12:01:04 +10:00
Con Kolivas
1152b4b4e0 Re-initialising ADL simply made the driver fail since it is corruption over time within the windows driver that's responsible.
Revert "Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it."

This reverts commit d4c513030f.
2012-04-14 00:18:00 +10:00
ckolivas
d4c513030f Attempt to re-initialise ADL should a device that previously reported fanspeed stops reporting it. 2012-03-29 11:47:28 +11:00
ckolivas
43ef4e0443 Move the ADL setup and clearing to separate functions and provide a reinit_adl function to be used when adl fails while running. 2012-03-29 10:51:59 +11:00
Con Kolivas
02295c69c8 Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal
temperatures and --no-restart has not been set.
2012-02-19 20:19:47 +11:00
Luke Dashjr
543265d66a Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs 2012-02-10 22:14:27 -05:00
Con Kolivas
af5aaece97 Revert "Pass the correct GPU from the menu to the adl code."
This reverts commit 7bcda9a28f.

Corrected for virtual device twice by mistake.
2012-01-30 21:15:47 +11:00
Con Kolivas
5a14ec53c8 Add a --dev-reorder option to only reorder devices according to PCI Bus ID when requested. 2012-01-30 15:21:14 +11:00
Con Kolivas
7bcda9a28f Pass the correct GPU from the menu to the adl code. 2012-01-30 12:42:43 +11:00
Con Kolivas
371e5f688a Reorder displayed devices to map to physical locations and initialise according to logical location instead. 2012-01-28 09:22:33 +11:00
Con Kolivas
5a0b4f62d0 Map GPU devices to virtual devices in their true physical order based on BusNumber. 2012-01-28 01:56:12 +11:00
Con Kolivas
e0a9f1aae3 Allow temperature targets to be set on a per-card basis on the command line. 2011-09-08 13:53:10 +10:00
Con Kolivas
3997f308a0 Add a thermal cutoff option as well and set it to 95 degrees by default. 2011-09-07 10:43:26 +10:00
Con Kolivas
16aff37c66 Fix compilation errors on mingw32 to do with order of pulling in headers, curses.h and definition of bool. 2011-09-06 09:36:42 +10:00
Con Kolivas
a1ba15fb52 Fix pacakaging missing adl headers and build failure without adl sdk headers installed. 2011-09-06 09:01:24 +10:00
Con Kolivas
bd292258d3 Add support for monitoring powertune setting. 2011-09-04 22:56:19 +10:00
Con Kolivas
1ed219372e Combine all stats collating into one function to avoid repeating function calls on each variable. 2011-09-04 10:19:29 +10:00
Con Kolivas
e9f886d805 Allow target, overheat and hysteresis temperatures to be set from command line. 2011-09-04 09:43:53 +10:00
Con Kolivas
9b7262ec71 Clean up by setting performance profiles and fan settings to startup levels on exit. 2011-09-04 00:36:14 +10:00
Con Kolivas
495adcbf5f Implement auto fanspeed adjustment to maintain a target temperature and fanspeed below 85%, with an overheat check that will speed the fan up to 100%. 2011-09-03 15:33:53 +10:00
Con Kolivas
35ace46325 Enable changing of engine clock setting on the fly. 2011-09-03 13:02:21 +10:00
Con Kolivas
d57cd91955 Implement ATI ADL support for GPU parameter monitoring now and setting later (temp, fan, clocks etc.).
Check for the presence of the ADL header files in ADL_SDK.
Import adl_functions.h from amd overdrive ctrl.
Implement a setup function that tries to detect GPUs that support the ADL and link in the parameters into the gpus struct.
Put a summary of monitoring information from the GPU menu.
2011-09-03 10:53:35 +10:00