aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
authorSaman Sahebi <saman63@cs.unc.edu>2023-07-31 14:03:34 -0400
committerJoshua Bakita <bakitajoshua@gmail.com>2023-10-29 15:45:32 -0400
commit7fda166c68c58887a90521911228ef734c7d4e4f (patch)
tree21af5ae5dd488ed166bc932cd667e88c9a321053 /nvdebug.h
parent22ce117a72c557e01950fd97e1380a4d0658ea43 (diff)
implemented GRCE to PCE mapping
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/nvdebug.h b/nvdebug.h
index 6aa0f11..213a786 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -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