summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
index 0a046eb4..8feb15fd 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
+++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h
@@ -25,6 +25,7 @@
25 * Define netlist for silicon only 25 * Define netlist for silicon only
26 * #define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A 26 * #define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A
27*/ 27*/
28void gv11b_init_gr_ctx(struct gpu_ops *gops); 28int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name);
29bool gr_gv11b_is_firmware_defined(void);
29 30
30#endif /*__GR_CTX_GV11B_H__*/ 31#endif /*__GR_CTX_GV11B_H__*/