summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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