linux: patch for 525.78.01

This commit is contained in:
Jai Luthra
2023-01-06 14:06:52 +05:30
committed by Jai Luthra
parent 28137e34d2
commit 787785e1cf
4 changed files with 12 additions and 1 deletions

View File

@@ -198,6 +198,7 @@ declare -A patch_list=(
["520.61.05"]='s/\xe8\xa5\xc8\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\xc8\xfe\xff\x29\xc0\x41\x89\xc4/g'
["525.60.11"]='s/\xe8\xf5\xc6\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\xc6\xfe\xff\x29\xc0\x41\x89\xc4/g'
["525.60.13"]='s/\xe8\xf5\xc6\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\xc6\xfe\xff\x29\xc0\x41\x89\xc4/g'
["525.78.01"]='s/\xe8\xf5\xc6\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xf5\xc6\xfe\xff\x29\xc0\x41\x89\xc4/g'
)
declare -A object_list=(
@@ -342,6 +343,7 @@ declare -A object_list=(
["520.61.05"]='libnvidia-encode.so'
["525.60.11"]='libnvidia-encode.so'
["525.60.13"]='libnvidia-encode.so'
["525.78.01"]='libnvidia-encode.so'
)
check_version_supported () {