win: add support for DCH driver 555.85

fixes #795
This commit is contained in:
GitHub Action 2024-07-18 11:35:49 +00:00 committed by Jai Luthra
parent 284b9b9e76
commit 7f132bb828
5 changed files with 22 additions and 1 deletions

View File

@ -1,7 +1,7 @@
NVENC and NvFBC patches for Nvidia drivers
==========================================
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-555.58-brightgreen.svg)
![GitHub last commit](https://img.shields.io/github/last-commit/keylase/nvidia-patch.svg) ![Latest version](https://img.shields.io/badge/latest%20linux%20driver%20version-555.58.02-brightgreen.svg)
[NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs.

View File

@ -4394,6 +4394,15 @@
"patch64_url": "win10_x64/556.12/nvencodeapi64.1337",
"patch32_url": "win10_x64/556.12/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/556.12/556.12-desktop-win10-win11-64bit-international-dch-whql.exe"
},
{
"os": "win10",
"product": "GeForce",
"version": "555.85",
"variant": "DCH",
"patch64_url": "win10_x64/555.85/nvencodeapi64.1337",
"patch32_url": "win10_x64/555.85/nvencodeapi.1337",
"driver_url": "https://international.download.nvidia.com/Windows/555.85/555.85-desktop-win10-win11-64bit-international-dch-whql.exe"
}
]
}

View File

@ -245,6 +245,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
| GeForce | 552.12 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.12/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.12/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/552.12/552.12-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 552.22 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.22/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.22/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/552.22/552.22-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 552.44 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.44/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/552.44/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/552.44/552.44-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 555.85 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.85/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/555.85/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/555.85/555.85-desktop-win10-win11-64bit-international-dch-whql.exe) |
| GeForce | 556.12 DCH | [x64 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/556.12/nvencodeapi64.1337) | [x86 library patch](https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/556.12/nvencodeapi.1337) | [Driver link](https://international.download.nvidia.com/Windows/556.12/556.12-desktop-win10-win11-64bit-international-dch-whql.exe) |

View File

@ -0,0 +1,6 @@
>nvencodeapi.dll
0000000000042767:89->33
0000000000042768:45->C0
0000000000042769:08->89
000000000004276A:85->45
000000000004276B:C0->08

View File

@ -0,0 +1,5 @@
>nvencodeapi64.dll
000000000004A551:8B->33
000000000004A552:F0->C0
000000000004A553:85->8B
000000000004A554:C0->F0