linux: patch for 545.23.06

Signed-off-by: Jai Luthra <me@jailuthra.in>
This commit is contained in:
Jai Luthra 2023-10-18 22:07:34 +05:30
commit a3cb121004
No known key found for this signature in database
GPG key ID: 43DE91F9249A7145
4 changed files with 12 additions and 1 deletions

View file

@ -219,6 +219,7 @@ declare -A patch_list=(
["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'
["535.104.12"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
["535.113.01"]='s/\xe8\xa5\x9f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xa5\x9f\xfe\xff\x29\xc0\x41\x89\xc4/g'
["545.23.06"]='s/\xe8\xc5\x8f\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\xc5\x8f\xfe\xff\x29\xc0\x41\x89\xc4/g'
)
declare -A object_list=(
@ -384,6 +385,7 @@ declare -A object_list=(
["535.104.05"]='libnvidia-encode.so'
["535.104.12"]='libnvidia-encode.so'
["535.113.01"]='libnvidia-encode.so'
["545.23.06"]='libnvidia-encode.so'
)
check_version_supported () {