summaryrefslogtreecommitdiff
path: root/src/parse.c
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2010-02-26 16:19:05 -0800
committerAaron Plattner <aplattner@nvidia.com>2010-02-26 16:19:05 -0800
commitb68cd854d2ef73e5f15cce11afed0e5872504dd7 (patch)
treebb3534e18f8d28cc6c0b7a3bd680ce75baa7b25a /src/parse.c
parent7856cfbd4523191f87e2f41952f6ac88565a9142 (diff)
Diffstat (limited to 'src/parse.c')
-rw-r--r--src/parse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/parse.c b/src/parse.c
index 952b209..1fd1912 100644
--- a/src/parse.c
+++ b/src/parse.c
@@ -166,9 +166,7 @@ AttributeTableEntry attributeTable[] = {
{ "ECCConfigurationSupported", NV_CTRL_GPU_ECC_CONFIGURATION_SUPPORTED, N, "Reports whether ECC whether the ECC configuration setting can be changed." },
{ "ECCConfiguration", NV_CTRL_GPU_ECC_CONFIGURATION, N, "Returns the current ECC configuration setting." },
{ "ECCDefaultConfiguration", NV_CTRL_GPU_ECC_DEFAULT_CONFIGURATION, N, "Returns the default ECC configuration setting." },
- { "ECCSingleBitErrors", NV_CTRL_GPU_ECC_SINGLE_BIT_ERRORS, N, "Returns the number of single-bit ECC errors detected by the targeted GPU since the last POST." },
{ "ECCDoubleBitErrors", NV_CTRL_GPU_ECC_DOUBLE_BIT_ERRORS, N, "Returns the number of double-bit ECC errors detected by the targeted GPU since the last POST." },
- { "ECCAggregateSingleBitErrors", NV_CTRL_GPU_ECC_AGGREGATE_SINGLE_BIT_ERRORS, N, "Returns the number of double-bit ECC errors detected by the targeted GPU since the last counter reset." },
{ "ECCAggregateDoubleBitErrors", NV_CTRL_GPU_ECC_AGGREGATE_DOUBLE_BIT_ERRORS, N, "Returns the number of double-bit ECC errors detected by the targeted GPU since the last counter reset." },
{ "GPUFanControlState", NV_CTRL_GPU_COOLER_MANUAL_CONTROL, N, "The current fan control state; the value of this attribute controls the availability of additional fan control attributes. Note that this attribute is unavailable unless fan control support has been enabled by setting the \"Coolbits\" X config option." },
{ "GPUCurrentFanSpeed", NV_CTRL_THERMAL_COOLER_LEVEL, N, "Returns the GPU fan's current speed." },