feat(linux): add support for 510.39.01

This commit is contained in:
Chris
2022-01-18 21:14:47 +01:00
committed by Jai Luthra
parent e56fa199ee
commit 5c852409ac
3 changed files with 10 additions and 0 deletions

View File

@@ -175,6 +175,7 @@ declare -A patch_list=(
["495.29.05"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
["495.44"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
["495.46"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
["510.39.01"]='s/\xe8\x35\x1f\xff\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x1f\xff\xff\x29\xc0\x41\x89\xc4/g'
)
declare -A object_list=(
@@ -296,6 +297,7 @@ declare -A object_list=(
["495.29.05"]='libnvidia-encode.so'
["495.44"]='libnvidia-encode.so'
["495.46"]='libnvidia-encode.so'
["510.39.01"]='libnvidia-encode.so'
)
check_version_supported () {