Commit Graph
13 Commits
Author SHA1 Message Date
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
Jonathan Johansson 69d59c52bb Decode unknowns in vgpu_unlock_vgpu_t.
The previously unknown members of vgpu_unlock_vgpu_t are now known. They decode
to an additional name for the vGPU and the length of the vGPU names. The code
has been updated to provide correct values for these members.
2021-04-18 21:29:38 +02:00
Jonathan Johansson 825e5686ac Fix linker script for older versions of vGPU. 2021-04-17 21:44:06 +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
Jonathan Johansson b3c8251007 Fix syntax error. 2021-04-12 01:35:52 +02:00
Jonathan Johansson cce7b5d824 Add vgpu entries for the RTX A40. 2021-04-11 00:57:25 +02:00
Jonathan Johansson 54d90cde02 Remove hard-coded offsets for magic and key values. 2021-04-11 00:35:06 +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 6881c417ab Add modifications to kernel module.
Additional modifications had to be included into the build of nvidia.ko
in order for things to work properly.
2021-02-22 22:27:37 +01:00
Jonathan Johansson 5cfacdf7b5 First public version. 2021-01-28 22:22:28 +01:00
Jonathan Johansson b7a78949ef Initial commit 2021-01-28 21:20:52 +01:00