diff options
| author | Benjamin Hadad IV <bh4@unc.edu> | 2023-08-19 12:47:18 -0400 |
|---|---|---|
| committer | Benjamin Hadad IV <bh4@unc.edu> | 2023-08-19 12:47:18 -0400 |
| commit | 1d7adc3be1aef5ac9c144bb24008fd8cc5d688a5 (patch) | |
| tree | f21370c53aa0414f6ae521758ec8dd32c83b13d1 /nvdebug.h | |
| parent | 9e6cc03cdf736fbd817ed53fa9a7f506bc91a244 (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.h | 1 |
1 files changed, 0 insertions, 1 deletions
| @@ -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 | ||
| 568 | typedef union { | 567 | typedef union { |
| 569 | struct { | 568 | struct { |
| 570 | uint32_t fault_id:7; | 569 | uint32_t fault_id:7; |
