add linux beta driver version 435.17

This commit is contained in:
Vladislav Yarmak
2019-08-14 00:27:26 +03:00
parent 3192ecd7de
commit c9125c8b98
2 changed files with 4 additions and 1 deletions

View File

@@ -65,6 +65,7 @@ declare -A patch_list=(
["430.26"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
["430.34"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
["430.40"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
)
declare -A object_list=(
@@ -95,6 +96,7 @@ declare -A object_list=(
["430.26"]='libnvcuvid.so'
["430.34"]='libnvcuvid.so'
["430.40"]='libnvcuvid.so'
["435.17"]='libnvcuvid.so'
)
NVIDIA_SMI="$(command -v nvidia-smi)"