summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \
)
/** @} */