summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2017-09-21 10:49:15 -0700
committerAaron Plattner <aplattner@nvidia.com>2017-09-21 10:49:15 -0700
commite59a791b4ac877be5e8c9c2d678400304a9078d0 (patch)
tree8c96c8c18abf82a2c1e276efc9eb59d329cd20da
parent106a8177eb0c2c2ffc037799bd69f983c103b7d7 (diff)
384.90
-rw-r--r--nvidia-cfg.h10
-rw-r--r--version.mk2
2 files changed, 10 insertions, 2 deletions
diff --git a/nvidia-cfg.h b/nvidia-cfg.h
index f82427f..41c7a54 100644
--- a/nvidia-cfg.h
+++ b/nvidia-cfg.h
@@ -415,7 +415,7 @@ NvCfgGSyncDeviceType nvCfgGetGSyncDeviceType(NvCfgGSyncHandle handle);
/*
- * nvCfgGetGSyncDeviceFirmwareVersion() - returns the firmware version of
+ * nvCfgGetGSyncDeviceFirmwareVersion() - returns the firmware major version of
* the GSync device referenced by handle.
*/
@@ -423,6 +423,14 @@ int nvCfgGetGSyncDeviceFirmwareVersion(NvCfgGSyncHandle handle);
/*
+ * nvCfgGetGSyncDeviceFirmwareMinorVersion() - returns the firmware minor
+ * version of the GSync device referenced by handle.
+ */
+
+int nvCfgGetGSyncDeviceFirmwareMinorVersion(NvCfgGSyncHandle handle);
+
+
+/*
* nvCfgFlashGSyncDevice() - flashes the GSync device referenced by handle.
* format contains the firmware format, newFirmwareImage contains the
* new firmware image to be flashed, and size contains the size of
diff --git a/version.mk b/version.mk
index fdf61c7..aa3eccc 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 384.69
+NVIDIA_VERSION = 384.90