Move the TODO into the control file

This commit is contained in:
Marc Di Luzio 2019-02-03 17:36:08 +00:00
parent 01dbe4e2b0
commit 8ea751057c
2 changed files with 7 additions and 7 deletions

View File

@ -41,13 +41,6 @@ POSSIBILITY OF SUCH DAMAGE.
#include "daemon_config.h" #include "daemon_config.h"
#include "gpu-control.h" #include "gpu-control.h"
// TODO
// Gather GPU type and information automatically
// Apply Nvidia GPU settings (CoolBits will be needed)
// Apply AMD GPU settings (Will need user changing pwm1_enable)
// Intel?
// Provide documentation on optimisations
/** /**
* Attempts to identify the current in use GPU information * Attempts to identify the current in use GPU information
*/ */

View File

@ -34,6 +34,13 @@ POSSIBILITY OF SUCH DAMAGE.
#include "gpu-control.h" #include "gpu-control.h"
#include "logging.h" #include "logging.h"
// TODO
// Gather GPU type and information automatically
// Apply Nvidia GPU settings (CoolBits will be needed)
// Apply AMD GPU settings (Will need user changing pwm1_enable)
// Intel?
// Provide documentation on optimisations
// NVIDIA // NVIDIA
// Running these commands: // Running these commands:
// nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=1400' // nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=1400'