summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
index d14a9126..fef80abb 100644
--- a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
@@ -20,6 +20,7 @@
20 20
21/* production netlist, one and only one from below */ 21/* production netlist, one and only one from below */
22#define GP106_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C 22#define GP106_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C
23#define GP104_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_D
23 24
24void gp106_init_gr_ctx(struct gpu_ops *gops); 25void gp106_init_gr_ctx(struct gpu_ops *gops);
25 26