summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/falcon.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/falcon.h b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
index 72c74784..888d8e70 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/falcon.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
@@ -32,11 +32,13 @@
32#define FALCON_ID_PMU (0) 32#define FALCON_ID_PMU (0)
33#define FALCON_ID_FECS (2) 33#define FALCON_ID_FECS (2)
34#define FALCON_ID_GPCCS (3) 34#define FALCON_ID_GPCCS (3)
35#define FALCON_ID_NVDEC (4)
35#define FALCON_ID_SEC2 (7) 36#define FALCON_ID_SEC2 (7)
36 37
37/* 38/*
38 * Falcon Base address Defines 39 * Falcon Base address Defines
39 */ 40 */
41#define FALCON_NVDEC_BASE 0x00084000
40#define FALCON_PWR_BASE 0x0010a000 42#define FALCON_PWR_BASE 0x0010a000
41#define FALCON_SEC_BASE 0x00087000 43#define FALCON_SEC_BASE 0x00087000
42#define FALCON_FECS_BASE 0x00409000 44#define FALCON_FECS_BASE 0x00409000