mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-03 19:36:25 -07:00
Added RTX 2060 (TU106)
This commit is contained in:
parent
c0dbbc482b
commit
cb78fed15d
2 changed files with 7 additions and 1 deletions
|
@ -885,6 +885,9 @@ static uint16_t vgpu_unlock_pci_devid_to_vgpu_capable(uint16_t pci_devid)
|
|||
case 0x1e04: /* RTX 2080 Ti */
|
||||
case 0x1e07: /* RTX 2080 Ti Rev. A*/
|
||||
return 0x1e30; /* Quadro RTX 6000 */
|
||||
|
||||
/* TU106 Uses T4 Profiles */
|
||||
case 0x1f08: /* RTX 2060 6GB */
|
||||
|
||||
/* TU104 */
|
||||
case 0x1e81: /* RTX 2080 Super */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue