summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Plattner <aplattner@nvidia.com>2018-03-14 16:52:57 -0700
committerAaron Plattner <aplattner@nvidia.com>2018-03-14 16:52:57 -0700
commit5a73e9e6b0107438504a7d89e9bdb201040f7232 (patch)
treed9ee044aa6ff806f3d1caea98f54ed2b99641595
parentaed0d1da2a2ebeffe93310d57baec86d687469bd (diff)
390.42390.42
-rw-r--r--nvidia-cfg.h8
-rw-r--r--version.mk2
2 files changed, 9 insertions, 1 deletions
diff --git a/nvidia-cfg.h b/nvidia-cfg.h
index 41c7a54..cac7565 100644
--- a/nvidia-cfg.h
+++ b/nvidia-cfg.h
@@ -442,4 +442,12 @@ NvCfgBool nvCfgFlashGSyncDevice(NvCfgGSyncHandle handle, int format,
const unsigned char *newFirmwareImage,
int size);
+
+/*
+ * nvCfgDumpDisplayPortAuxLog() - dump the DisplayPort AUX channel log to the
+ * system log. On success, NVCFG_TRUE will be returned. On failure, NVCFG_FALSE
+ * will be returned.
+ */
+NvCfgBool nvCfgDumpDisplayPortAuxLog(NvCfgDeviceHandle handle);
+
#endif /* __NVIDIA_CFG__ */
diff --git a/version.mk b/version.mk
index 5fed8b3..e8a992c 100644
--- a/version.mk
+++ b/version.mk
@@ -1 +1 @@
-NVIDIA_VERSION = 390.25
+NVIDIA_VERSION = 390.42