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 31587ee7..a08c0c31 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/falcon.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/falcon.h
@@ -80,6 +80,8 @@
80#define FALCON_REG_RSVD2 (31) 80#define FALCON_REG_RSVD2 (31)
81#define FALCON_REG_SIZE (32) 81#define FALCON_REG_SIZE (32)
82 82
83#define FALCON_MAILBOX_0 0x0
84#define FALCON_MAILBOX_1 0x1
83#define FALCON_MAILBOX_COUNT 0x02 85#define FALCON_MAILBOX_COUNT 0x02
84#define FALCON_BLOCK_SIZE 0x100 86#define FALCON_BLOCK_SIZE 0x100
85 87