diff options
Diffstat (limited to 'nvdebug.h')
-rw-r--r-- | nvdebug.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -687,7 +687,9 @@ typedef union { | |||
687 | Also see dev_ce.ref.txt of NVIDIA's open-gpu-doc for info. | 687 | Also see dev_ce.ref.txt of NVIDIA's open-gpu-doc for info. |
688 | */ | 688 | */ |
689 | #define NV_PTOP_SCAL_NUM_CES 0x00022444 | 689 | #define NV_PTOP_SCAL_NUM_CES 0x00022444 |
690 | //defined LCE->PCE mapping offset from nvgpu (same as ce_pce2lce_config_r(i) in nvgpu) | 690 | //defined GRCE->CE mapping offset from nvgpu |
691 | #define NV_GRCE_FOR_CE(i)(0x00104034+(i)*4) | ||
692 | //defined LCE->PCE mapping offset from nvgpu (same as ce_pce2lce_config_r(i) in nvgpu) | ||
691 | #define NV_LCE_FOR_PCE(i)(0x00104040+(i)*4) | 693 | #define NV_LCE_FOR_PCE(i)(0x00104040+(i)*4) |
692 | 694 | ||
693 | /* Physical Copy Engine (PCE) information | 695 | /* Physical Copy Engine (PCE) information |