summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
diff options
context:
space:
mode:
authorSeema Khowala <seemaj@nvidia.com>2017-11-13 15:05:34 -0500
committermobile promotions <svcmobile_promotions@nvidia.com>2017-11-14 13:25:40 -0500
commitb8e57243999902ac87c024a1e41abb5fa02cf22a (patch)
treed3e4b105a3ee297223ab3f33317e7b4214fdbe4c /drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
parent4dbf6f7bd600750461d6e747c00df99999e2be2f (diff)
gpu: nvgpu: gv11b: define final netlist
Use NETD firmware on gv11b. GV11B_NETLIST_IMAGE_FW_NAME set to GK20A_NETLIST_IMAGE_D Change-Id: I0301999851ffb14713beaf61b5b2cc97efac74eb Signed-off-by: Seema Khowala <seemaj@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/1597290 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com> Tested-by: mobile promotions <svcmobile_promotions@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
index 679403ef..0a95ab11 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
@@ -26,11 +26,10 @@
26 26
27#include "gk20a/gr_ctx_gk20a.h" 27#include "gk20a/gr_ctx_gk20a.h"
28 28
29/* production netlist, one and only one from below */ 29/* Define netlist for silicon only */
30/* 30
31 * Define netlist for silicon only 31#define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_D
32 * #define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A 32
33*/
34int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name); 33int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name);
35bool gr_gv11b_is_firmware_defined(void); 34bool gr_gv11b_is_firmware_defined(void);
36 35