Add support for Quadro P400 (#30) (#37)

This commit is contained in:
Zhifeng Hu 2021-04-19 03:23:09 +08:00 committed by GitHub
parent 825e5686ac
commit 3a4b8e7802
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -164,6 +164,7 @@ script_source = r"""
// GP107 (Merged with Tesla P4, may move to M10 in future due to low VRAM)
actual_devid == 0x1cb1 || // Quadro P1000
actual_devid == 0x1cb3 || // Quadro P400
actual_devid == 0x1c81 || // GTX 1050 2GB
actual_devid == 0x1c82 || // GTX 1050 Ti
actual_devid == 0x1c83 || // GTX 1050 3GB

View file

@ -839,6 +839,7 @@ static uint16_t vgpu_unlock_pci_devid_to_vgpu_capable(uint16_t pci_devid)
/* GP107 Uses P4 Profiles */
case 0x1cb1: /* Quadro P1000 */
case 0x1cb3: /* Quadro P400 */
case 0x1c81: /* GTX 1050 2GB */
case 0x1c82: /* GTX 1050 Ti */
case 0x1c83: /* GTX 1050 3GB */