Rename the core and mem stats to nv_ prefix

These will be NV only going forward, as AMD needs a different chunk of work
This commit is contained in:
Marc Di Luzio
2019-03-07 18:24:53 +00:00
committed by Alex Smith
parent cc9f78fe0a
commit 20efaaa33f
4 changed files with 53 additions and 53 deletions

View File

@@ -47,8 +47,8 @@ struct GameModeGPUInfo {
long vendor;
long device; /* path to device, ie. /sys/class/drm/card#/ */
long core; /* Core clock to apply */
long mem; /* Mem clock to apply */
long nv_core; /* Core clock to apply */
long nv_mem; /* Mem clock to apply */
long nv_perf_level; /* The Nvidia Performance Level to adjust */
};