Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
d5b06556
Commit
d5b06556
authored
Nov 24, 2020
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add vulkan beta driver version 455.46.02 (NVENC only)
parent
2e596af9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
drivers.json
drivers.json
+5
-0
patch.sh
patch.sh
+2
-0
No files found.
drivers.json
View file @
d5b06556
...
@@ -473,6 +473,11 @@
...
@@ -473,6 +473,11 @@
"version"
:
"455.46.01"
,
"version"
:
"455.46.01"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
"nvfbc_patch"
:
true
},
{
"version"
:
"455.46.02"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
false
}
}
],
],
"example"
:
{
"example"
:
{
...
...
patch.sh
View file @
d5b06556
...
@@ -131,6 +131,7 @@ declare -A patch_list=(
...
@@ -131,6 +131,7 @@ declare -A patch_list=(
[
"455.38"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.38"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.45.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.45.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"455.46.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
)
)
declare
-A
object_list
=(
declare
-A
object_list
=(
...
@@ -217,6 +218,7 @@ declare -A object_list=(
...
@@ -217,6 +218,7 @@ declare -A object_list=(
[
"455.38"
]=
'libnvidia-encode.so'
[
"455.38"
]=
'libnvidia-encode.so'
[
"455.45.01"
]=
'libnvidia-encode.so'
[
"455.45.01"
]=
'libnvidia-encode.so'
[
"455.46.01"
]=
'libnvidia-encode.so'
[
"455.46.01"
]=
'libnvidia-encode.so'
[
"455.46.02"
]=
'libnvidia-encode.so'
)
)
check_version_supported
()
{
check_version_supported
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment