diff --git a/commitFile.txt b/commitFile.txt index 696b508..fb69a5e 100644 --- a/commitFile.txt +++ b/commitFile.txt @@ -3,8 +3,8 @@ Updating prebuilts and/or headers 12f1806bdc25917299525e0e48815306159de132 - nvdisplay/Makefile 7d577fdb9594ae572ff38fdda682a4796ab832ca - nvdisplay/COPYING c2e810fc3453d74ee0493168dbf7981ba482acd3 - nvdisplay/SECURITY.md -d1aaebbe236510ba764e473df83d8c010410cab5 - nvdisplay/README.md -319f1d5b5cea153060c8d0458a94d9e6b589db4f - nvdisplay/kernel-open/Kbuild +2fb463909f56116c48f2ddaf807d8ab5c06ca560 - nvdisplay/README.md +452dfc2a309d282dc4586e1a63f23df3167a6580 - nvdisplay/kernel-open/Kbuild 4f4410c3c8db46e5a98d7a35f7d909a49de6cb43 - nvdisplay/kernel-open/Makefile 90d4457b6fec29378645d5932ad82d706942f4a6 - nvdisplay/kernel-open/conftest.sh 0b1508742a1c5a04b6c3a4be1b48b506f4180848 - nvdisplay/kernel-open/dkms.conf @@ -420,7 +420,7 @@ a346380cebac17412b4efc0aef2fad27c33b8fb5 - nvdisplay/src/common/inc/nvlog_inc2.h 5257e84f2048b01258c78cec70987f158f6b0c44 - nvdisplay/src/common/inc/nvlog_inc.h b58ed1b4372a5c84d5f3755b7090b196179a2729 - nvdisplay/src/common/inc/nv_speculation_barrier.h f59a2759281341e56372d3cb37b16715944dd8e1 - nvdisplay/src/common/inc/nvPNPVendorIds.h -f9821aeef35147c62d7517446778ee18d10000dd - nvdisplay/src/common/inc/nvUnixVersion.h +ccf9ea4895a2a99e8f4780732b37cfc32c91d785 - nvdisplay/src/common/inc/nvUnixVersion.h 249d4f7317ce68c3ceb64e2b1ee257cc75eb002b - nvdisplay/src/common/inc/displayport/dpcd20.h a26df21c3cc3eeb395428101f11da68386e0d72b - nvdisplay/src/common/inc/displayport/dpcd14.h 96b9560d322f43a980db5d6cc5072e9e81fdb9d2 - nvdisplay/src/common/inc/displayport/displayport.h diff --git a/nvdisplay/README.md b/nvdisplay/README.md index 8ac8de6..5da385e 100644 --- a/nvdisplay/README.md +++ b/nvdisplay/README.md @@ -1,7 +1,7 @@ # NVIDIA Linux Open GPU Kernel Module Source This is the source release of the NVIDIA Linux open GPU kernel modules, -version 35.6.1. +version 35.6.2. ## How to Build @@ -17,7 +17,7 @@ as root: Note that the kernel modules built here must be used with gsp.bin firmware and user-space NVIDIA GPU driver components from a corresponding -35.6.1 driver release. This can be achieved by installing +35.6.2 driver release. This can be achieved by installing the NVIDIA GPU driver from the .run file using the `--no-kernel-modules` option. E.g., diff --git a/nvdisplay/kernel-open/Kbuild b/nvdisplay/kernel-open/Kbuild index 3ea8a43..347bb66 100644 --- a/nvdisplay/kernel-open/Kbuild +++ b/nvdisplay/kernel-open/Kbuild @@ -72,7 +72,7 @@ EXTRA_CFLAGS += -I$(src)/common/inc EXTRA_CFLAGS += -I$(src) EXTRA_CFLAGS += -Wall -MD $(DEFINES) $(INCLUDES) -Wno-cast-qual -Wno-error -Wno-format-extra-args EXTRA_CFLAGS += -D__KERNEL__ -DMODULE -DNVRM -EXTRA_CFLAGS += -DNV_VERSION_STRING=\"35.6.1\" +EXTRA_CFLAGS += -DNV_VERSION_STRING=\"35.6.2\" ifneq ($(SYSSRCHOST1X),) EXTRA_CFLAGS += -I$(SYSSRCHOST1X) diff --git a/nvdisplay/src/common/inc/nvUnixVersion.h b/nvdisplay/src/common/inc/nvUnixVersion.h index 3a6a8ce..708f70b 100644 --- a/nvdisplay/src/common/inc/nvUnixVersion.h +++ b/nvdisplay/src/common/inc/nvUnixVersion.h @@ -4,7 +4,7 @@ #if defined(NV_LINUX) || defined(NV_BSD) || defined(NV_SUNOS) || defined(NV_VMWARE) || defined(NV_QNX) || defined(NV_INTEGRITY) || \ (defined(RMCFG_FEATURE_PLATFORM_GSP) && RMCFG_FEATURE_PLATFORM_GSP == 1) -#define NV_VERSION_STRING "35.6.1" +#define NV_VERSION_STRING "35.6.2" #else diff --git a/nvdisplay/version.mk b/nvdisplay/version.mk index 6a2b784..4f88c0d 100644 --- a/nvdisplay/version.mk +++ b/nvdisplay/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 35.6.1 +NVIDIA_VERSION = 35.6.2 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/push_info.txt b/push_info.txt index f33f1a1..4102aab 100644 --- a/push_info.txt +++ b/push_info.txt @@ -1 +1 @@ -jetson_35.6.1 +jetson_35.6.2