diff --git a/commitFile.txt b/commitFile.txt index 6c47e87..696b508 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 -6cd5d1b33d4d80772a8fec993f27ffa7704bf7bc - nvdisplay/README.md -9bb6ebf912480ef87d369b10de8dc9e800711651 - nvdisplay/kernel-open/Kbuild +d1aaebbe236510ba764e473df83d8c010410cab5 - nvdisplay/README.md +319f1d5b5cea153060c8d0458a94d9e6b589db4f - 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 -cf9d774335b85de8870320acce33e367af34d476 - nvdisplay/src/common/inc/nvUnixVersion.h +f9821aeef35147c62d7517446778ee18d10000dd - 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 bb43f00..8ac8de6 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.5.0. +version 35.6.1. ## 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.5.0 driver release. This can be achieved by installing +35.6.1 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 0afef72..3ea8a43 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.5.0\" +EXTRA_CFLAGS += -DNV_VERSION_STRING=\"35.6.1\" ifneq ($(SYSSRCHOST1X),) EXTRA_CFLAGS += -I$(SYSSRCHOST1X) diff --git a/nvdisplay/src/common/inc/nvUnixVersion.h b/nvdisplay/src/common/inc/nvUnixVersion.h index 8c8ca99..3a6a8ce 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.5.0" +#define NV_VERSION_STRING "35.6.1" #else diff --git a/nvdisplay/version.mk b/nvdisplay/version.mk index da1f534..6a2b784 100644 --- a/nvdisplay/version.mk +++ b/nvdisplay/version.mk @@ -1,4 +1,4 @@ -NVIDIA_VERSION = 35.5.0 +NVIDIA_VERSION = 35.6.1 # This file. VERSION_MK_FILE := $(lastword $(MAKEFILE_LIST)) diff --git a/push_info.txt b/push_info.txt index 0363cca..f33f1a1 100644 --- a/push_info.txt +++ b/push_info.txt @@ -1 +1 @@ -jetson_35.6 +jetson_35.6.1