linux: add driver version 460.39 and correct patches for two previous versions

This commit is contained in:
Vladislav Yarmak
2021-01-27 04:24:48 +02:00
parent 56436cef09
commit 0b64c38cef
3 changed files with 6 additions and 4 deletions

View File

@@ -135,8 +135,9 @@ declare -A patch_list=(
["455.46.02"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
["455.46.04"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
["455.50.02"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
["460.27.04"]='s/\x85\xc0\x41\x89\xc4\x0f\x85/\x31\xc0\x41\x89\xc4\x0f\x85/g'
["460.32.03"]='s/\x85\xc0\x41\x89\xc4\x0f\x85/\x31\xc0\x41\x89\xc4\x0f\x85/g'
["460.27.04"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
["460.32.03"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
["460.39"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g'
)
declare -A object_list=(
@@ -229,6 +230,7 @@ declare -A object_list=(
["455.50.02"]='libnvidia-encode.so'
["460.27.04"]='libnvidia-encode.so'
["460.32.03"]='libnvidia-encode.so'
["460.39"]='libnvidia-encode.so'
)
check_version_supported () {