summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-01-29 10:21:20 -0800
committerAaron Plattner <aplattner@nvidia.com>2018-01-29 10:21:20 -0800
commit0e6c68f418303ea404e9c2e9a2382d0701e38b64 (patch)
tree513344554a534e8cf6d8c298083cd4685bf4c854
parent7bcf8ff2ba04f25ed4c0053f2d7f57a70fc0f14a (diff)
Update nvml.h
-rw-r--r--src/nvml.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/nvml.h b/src/nvml.h
index 9ec7642..dd7db9c 100644
--- a/src/nvml.h
+++ b/src/nvml.h
@@ -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 \
)
/** @} */