linux: patch for 525.85.05

This commit is contained in:
Jai Luthra
2023-01-23 12:57:28 +05:30
parent 0fa9170248
commit 8d474323dc
4 changed files with 13 additions and 4 deletions

View File

@@ -199,6 +199,7 @@ declare -A patch_list=(
["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'
["525.85.05"]='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=(
@@ -344,6 +345,7 @@ declare -A object_list=(
["525.60.11"]='libnvidia-encode.so'
["525.60.13"]='libnvidia-encode.so'
["525.78.01"]='libnvidia-encode.so'
["525.85.05"]='libnvidia-encode.so'
)
check_version_supported () {