Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nvidia-settings
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
Debian NVIDIA Maintainers
nvidia-settings
Commits
fc98d0f4
Commit
fc98d0f4
authored
Jan 25, 2018
by
Andreas Beckmann
Browse files
Options
Browse Files
Download
Plain Diff
New upstream version 390.25
parents
df9ad122
8860a207
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
13 additions
and
6 deletions
+13
-6
version.mk
doc/version.mk
+1
-1
version.mk
samples/version.mk
+1
-1
version.mk
src/libXNVCtrl/version.mk
+1
-1
nvml.h
src/nvml.h
+7
-0
version.h
src/version.h
+1
-1
version.mk
src/version.mk
+1
-1
version.mk
version.mk
+1
-1
No files found.
doc/version.mk
View file @
fc98d0f4
NVIDIA_VERSION = 390.
12
NVIDIA_VERSION = 390.
25
samples/version.mk
View file @
fc98d0f4
NVIDIA_VERSION = 390.
12
NVIDIA_VERSION = 390.
25
src/libXNVCtrl/version.mk
View file @
fc98d0f4
NVIDIA_VERSION = 390.
12
NVIDIA_VERSION = 390.
25
src/nvml.h
View file @
fc98d0f4
...
...
@@ -1144,6 +1144,12 @@ typedef struct nvmlEventData_st
*/
#define nvmlClocksThrottleReasonSyncBoost 0x0000000000000010LL
/** GPU clocks are limited by current setting of Display clocks
*
* @see bug 1997531
*/
#define nvmlClocksThrottleReasonDisplayClockSetting 0x0000000000000020LL
/** Bit mask representing no clocks throttling
*
* Clocks are as high as possible.
...
...
@@ -1159,6 +1165,7 @@ typedef struct nvmlEventData_st
| nvmlClocksThrottleReasonSwPowerCap \
| nvmlClocksThrottleReasonHwSlowdown \
| nvmlClocksThrottleReasonSyncBoost \
| nvmlClocksThrottleReasonDisplayClockSetting \
)
/** @} */
...
...
src/version.h
View file @
fc98d0f4
#define NVIDIA_VERSION "390.
12
"
#define NVIDIA_VERSION "390.
25
"
src/version.mk
View file @
fc98d0f4
NVIDIA_VERSION = 390.
12
NVIDIA_VERSION = 390.
25
version.mk
View file @
fc98d0f4
NVIDIA_VERSION = 390.
12
NVIDIA_VERSION = 390.
25
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment