Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add APIs to enable/disable a channel and switch to or preempt a specific TSG | Joshua Bakita | 2021-09-23 |
| | | | | | | | | | | | Adds: - /proc/preempt_tsg which takes a TSG ID - /proc/disable_channel which takes a channel ID - /proc/enable_channel which takes a channel ID - /proc/switch_to_tsg which takes a TSG ID Also significantly expands documentation and structs available in nvdebug.h. | ||
* | Include git hash as version number and print startup message | Joshua Bakita | 2021-09-22 |
| | |||
* | Use procfs instead of dmesg to print runlist | Joshua Bakita | 2021-08-26 |
`cat /proc/runlist` to print the current runlist. Also break nvdebug.c into nvdebug_entry.c, runlist.c, and runlist_procfs.c. |