summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-03-14 16:53:25 -0700
committerAaron Plattner <aplattner@nvidia.com>2018-03-14 16:53:25 -0700
commita633be2900d603b89608963e5af930bb3b7c4fff (patch)
tree313ff5f20af9ffc6ba94dbe37929858268030950
parentdff02b94a33bc8b470f4efaefe08e7683e94ff00 (diff)
Update nvml.h
-rw-r--r--src/nvml.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/nvml.h b/src/nvml.h
index dd7db9c..9ec7642 100644
--- a/src/nvml.h
+++ b/src/nvml.h
@@ -1144,12 +1144,6 @@ 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.
@@ -1165,7 +1159,6 @@ typedef struct nvmlEventData_st
| nvmlClocksThrottleReasonSwPowerCap \
| nvmlClocksThrottleReasonHwSlowdown \
| nvmlClocksThrottleReasonSyncBoost \
- | nvmlClocksThrottleReasonDisplayClockSetting \
)
/** @} */