diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2018-03-14 16:53:25 -0700 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2018-03-14 16:53:25 -0700 |
commit | a633be2900d603b89608963e5af930bb3b7c4fff (patch) | |
tree | 313ff5f20af9ffc6ba94dbe37929858268030950 | |
parent | dff02b94a33bc8b470f4efaefe08e7683e94ff00 (diff) |
Update nvml.h
-rw-r--r-- | src/nvml.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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 \ ) /** @} */ |