mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-07 08:07:20 +02:00
Rename gpu-query to gpu-control to better describe it's functions
This commit is contained in:
parent
a1a1829dea
commit
01dbe4e2b0
@ -39,7 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
#include "daemon_config.h"
|
#include "daemon_config.h"
|
||||||
#include "gpu-query.h"
|
#include "gpu-control.h"
|
||||||
|
|
||||||
// TODO
|
// TODO
|
||||||
// Gather GPU type and information automatically
|
// Gather GPU type and information automatically
|
||||||
|
@ -31,7 +31,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#define _GNU_SOURCE
|
#define _GNU_SOURCE
|
||||||
|
|
||||||
#include "gpu-query.h"
|
#include "gpu-control.h"
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
// NVIDIA
|
// NVIDIA
|
@ -33,7 +33,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
|
|
||||||
#include "logging.h"
|
#include "logging.h"
|
||||||
|
|
||||||
#include "gpu-query.h"
|
#include "gpu-control.h"
|
||||||
|
|
||||||
/* Helper to quit with usage */
|
/* Helper to quit with usage */
|
||||||
static const char *usage_text = "usage: gpuclockctl PCI_ID DEVICE [get] [set CORE MEM]";
|
static const char *usage_text = "usage: gpuclockctl PCI_ID DEVICE [get] [set CORE MEM]";
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
common_sources = [
|
common_sources = [
|
||||||
'logging.c',
|
'logging.c',
|
||||||
'governors-query.c',
|
'governors-query.c',
|
||||||
'gpu-query.c',
|
'gpu-control.c',
|
||||||
]
|
]
|
||||||
|
|
||||||
daemon_common = static_library(
|
daemon_common = static_library(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user