Added RTX 2060 (TU106)

This commit is contained in:
KrutavShah 2021-04-12 18:59:11 -07:00
parent c0dbbc482b
commit cb78fed15d
2 changed files with 7 additions and 1 deletions

View file

@ -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 */