Commit 6c60e8e8 authored by Vladislav Yarmak's avatar Vladislav Yarmak

linux: add FBC patch for 465.19.01

parent dcee4a96
......@@ -107,6 +107,7 @@ declare -A patch_list=(
["460.39"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["460.56"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["460.67"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
["465.19.01"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
)
declare -A object_list=(
......@@ -170,6 +171,7 @@ declare -A object_list=(
["460.39"]='libnvidia-fbc.so'
["460.56"]='libnvidia-fbc.so'
["460.67"]='libnvidia-fbc.so'
["465.19.01"]='libnvidia-fbc.so'
)
check_version_supported () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment