Commit graph

12 commits

Author SHA1 Message Date
Krutav Shah 1ba0d148b2
Organized GPUs by generational PCI ID ranges. (#38)
This now makes the scripts more compact as there are conditional statements
selecting the vGPU profile enabled card by the generation, and the generation
is determined by the ranges of PCI IDs. This should eliminate the need for
adding PCI IDs manually now, and open up more profile options for users to pick
from, including profiles with a VRAM multiple of 3GB.

Note that this breaks compatibility with previous versions as users may have
to go back and reselect a new profile.
2021-04-19 23:15:51 +02:00
Jonathan Johansson 7f2a16d0fc Add workaround for Maxwell devices not supporting inforom. 2021-04-19 21:36:52 +02:00
Jonathan Johansson 1af65cd505 Fix devices spoofed as Tesla M10. 2021-04-19 18:35:42 +02:00
Zhifeng Hu 3a4b8e7802
Add support for Quadro P400 (#30) (#37) 2021-04-18 21:23:09 +02:00
Jonathan Johansson c63cc3bb76 Suppress some "Assertion Failed".
Some ioctl calls result in "Assertion Failed" although everything seems to work
anyway. So we suppress these so that the error messages that do pop up are
actually significant.

Also add support for sending syslog messages from the vgpu_unlock python script.
This simplifies debugging a lot, and allows us to log the operation type values
for each ioctl call that fails.
2021-04-17 17:37:07 +02:00
arki05 10fb78a81d
Forward arguments in vgpu_unlock (#26) 2021-04-15 17:50:06 +02:00
Krutav Shah c1cdb5ac02
Added even more PCI IDs and removed Kepler (#23)
* Added RTX 2060 (TU106)
* Added Obscure Mobile Graphics and their numerous revisions
* Added GP104 Gaming Mobile cards.
2021-04-13 20:04:16 +02:00
Jonathan Johansson b3c8251007 Fix syntax error. 2021-04-12 01:35:52 +02:00
Krutav Shah 5767560051
Many new cards available for support thanks to our GPU survey. (#17)
* Many new PCI IDs with Maxwell and Volta support
* Added support for many new cards
2021-04-12 00:10:28 +02:00
Jonathan Johansson 0675b563ac Fix support for TU102 and TU106. 2021-02-27 17:15:17 +01:00
Jonathan Johansson cf01e2fbbd Add list of vGPUs and add PCI ID for Tesla T4. 2021-02-24 21:11:35 +01:00
Jonathan Johansson 5cfacdf7b5 First public version. 2021-01-28 22:22:28 +01:00