diff options
author | Aaron Plattner <aplattner@nvidia.com> | 2018-01-29 10:21:20 -0800 |
---|---|---|
committer | Aaron Plattner <aplattner@nvidia.com> | 2018-01-29 10:21:20 -0800 |
commit | 0e6c68f418303ea404e9c2e9a2382d0701e38b64 (patch) | |
tree | 513344554a534e8cf6d8c298083cd4685bf4c854 | |
parent | 7bcf8ff2ba04f25ed4c0053f2d7f57a70fc0f14a (diff) |
Update nvml.h
-rw-r--r-- | src/nvml.h | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 \ ) /** @} */ |