diff options
Diffstat (limited to 'nvdebug.h')
-rw-r--r-- | nvdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -687,6 +687,8 @@ 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) | ||
691 | #define NV_LCE_FOR_PCE(i)(0x00104040+(i)*4) | ||
690 | 692 | ||
691 | /* Physical Copy Engine (PCE) information | 693 | /* Physical Copy Engine (PCE) information |
692 | On Pascal GPUs or newer, this register complements the above information by | 694 | On Pascal GPUs or newer, this register complements the above information by |