diff options
-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 \ ) /** @} */ |