diff --git a/daemon/gamemode-gpu.c b/daemon/gamemode-gpu.c index db3a9d1..c0108c7 100644 --- a/daemon/gamemode-gpu.c +++ b/daemon/gamemode-gpu.c @@ -41,13 +41,6 @@ POSSIBILITY OF SUCH DAMAGE. #include "daemon_config.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 */ diff --git a/daemon/gpu-control.c b/daemon/gpu-control.c index 491db39..6b24f65 100644 --- a/daemon/gpu-control.c +++ b/daemon/gpu-control.c @@ -34,6 +34,13 @@ POSSIBILITY OF SUCH DAMAGE. #include "gpu-control.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 // Running these commands: // nvidia-settings -a '[gpu:0]/GPUMemoryTransferRateOffset[3]=1400'