aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
authorBenjamin Hadad IV <bh4@unc.edu>2023-08-19 12:47:18 -0400
committerBenjamin Hadad IV <bh4@unc.edu>2023-08-19 12:47:18 -0400
commit1d7adc3be1aef5ac9c144bb24008fd8cc5d688a5 (patch)
treef21370c53aa0414f6ae521758ec8dd32c83b13d1 /nvdebug.h
parent9e6cc03cdf736fbd817ed53fa9a7f506bc91a244 (diff)
Debugging changes made to restore functionality following refactoring.
- Debugged data display errors. - Debugged crash bugs. - Debugged memory issue.
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/nvdebug.h b/nvdebug.h
index 471adf9..be718dd 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -564,7 +564,6 @@ static const char* const ENGINE_TYPES_NAMES[ENGINE_TYPES_LEN] = {
564#define NV_PTOP_DEVICE_INFO__SIZE_1_AMPERE(g) (nvdebug_readl(g, 0x0224fc) >> 20) 564#define NV_PTOP_DEVICE_INFO__SIZE_1_AMPERE(g) (nvdebug_readl(g, 0x0224fc) >> 20)
565#define NV_PTOP_DEVICE_INFO__SIZE_1_PREVIOUS 64 565#define NV_PTOP_DEVICE_INFO__SIZE_1_PREVIOUS 64
566#define NV_PTOP_DEVICE_INFO_TYPE_COUNT 3 566#define NV_PTOP_DEVICE_INFO_TYPE_COUNT 3
567#define NV_CHIP_ID_AMPERE 0x170
568typedef union { 567typedef union {
569 struct { 568 struct {
570 uint32_t fault_id:7; 569 uint32_t fault_id:7;