mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2024-12-22 10:45:26 +00:00
parent
825e5686ac
commit
3a4b8e7802
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue