summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-06-09 06:17:00 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-06-09 19:56:09 -0400
commit9b1bb51cf004833817ac85d145f2bd1b4c103f57 (patch)
tree5f195da5e4af49cc3d550fd673d9fb2b74715e42 /drivers/gpu/nvgpu/gm20b/acr_gm20b.h
parentb5f2cff0239ee7e9f8ae54c271a6d447ea83df49 (diff)
gpu: nvgpu: ACR interface update
- ACR interface update to support next GPU chip ACR boot - Udpate falcon ID JIRA DNVGPU-34 Change-Id: Ic9e5e1f9bd965dbb65b4feaadcf63e457b49263b Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1161695 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/acr_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/acr_gm20b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
index 51492827..fb61e366 100644
--- a/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/acr_gm20b.h
@@ -55,7 +55,7 @@
55#define LSF_FALCON_ID_RESERVED (1) 55#define LSF_FALCON_ID_RESERVED (1)
56#define LSF_FALCON_ID_FECS (2) 56#define LSF_FALCON_ID_FECS (2)
57#define LSF_FALCON_ID_GPCCS (3) 57#define LSF_FALCON_ID_GPCCS (3)
58#define LSF_FALCON_ID_END (4) 58#define LSF_FALCON_ID_END (11)
59#define LSF_FALCON_ID_INVALID (0xFFFFFFFF) 59#define LSF_FALCON_ID_INVALID (0xFFFFFFFF)
60 60
61/*! 61/*!