Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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. | ||
* | Add initial implementation | Joshua Bakita | 2021-08-26 |
Supports accessing and printing the runlist on the Jetson Xavier to dmesg. May work on other Jetson boards. Currently requires the nvgpu headers from NVIDIA's Linux4Tegra (L4T) source tree. |