Merge pull request #692 from dekomote/master

linux: patch for 535.104.05
This commit is contained in:
Jai Luthra
2023-08-26 18:16:49 +05:30
committed by GitHub
3 changed files with 5 additions and 0 deletions

View File

@@ -216,6 +216,7 @@ declare -A patch_list=(
["535.86.05"]='s/\xe8\x05\xa0\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x05\xa0\xfe\xff\x29\xc0\x41\x89\xc4/g'
["535.86.10"]='s/\xe8\x05\xa0\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x05\xa0\xfe\xff\x29\xc0\x41\x89\xc4/g'
["535.98"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
["535.104.05"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
)
declare -A object_list=(
@@ -378,6 +379,7 @@ declare -A object_list=(
["535.86.05"]='libnvidia-encode.so'
["535.86.10"]='libnvidia-encode.so'
["535.98"]='libnvidia-encode.so'
["535.104.05"]='libnvidia-encode.so'
)
check_version_supported () {