diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-03-31 01:11:12 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-03-31 01:11:12 +0200 |
commit | 82e37200849935beac7213877b526aeaf2170274 (patch) | |
tree | 9d972659f2e5b171a978e7b64137443b17aa87de /include | |
parent | f57b641d6db6513d16eb1aef4fcc444a102b6245 (diff) |
Install coolbits if using nvidia, add preserve video memory install script
Diffstat (limited to 'include')
-rw-r--r-- | include/xnvctrl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/xnvctrl.h b/include/xnvctrl.h index 8e026c4..33fc442 100644 --- a/include/xnvctrl.h +++ b/include/xnvctrl.h @@ -4,7 +4,9 @@ #include <stdbool.h> #include <stdint.h> +#define NV_CTRL_GPU_NVCLOCK_OFFSET 409 #define NV_CTRL_GPU_MEM_TRANSFER_RATE_OFFSET 410 +#define NV_CTRL_GPU_NVCLOCK_OFFSET_ALL_PERFORMANCE_LEVELS 424 #define NV_CTRL_GPU_MEM_TRANSFER_RATE_OFFSET_ALL_PERFORMANCE_LEVELS 425 #define NV_CTRL_TARGET_TYPE_GPU 1 |