summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
index b1184f9d..b5c76d24 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
+++ b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
@@ -21,7 +21,7 @@
21#include "gk20a/gr_ctx_gk20a.h" 21#include "gk20a/gr_ctx_gk20a.h"
22 22
23/* production netlist, one and only one from below */ 23/* production netlist, one and only one from below */
24/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/ 24#define GP10B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A
25 25
26void gp10b_init_gr_ctx(struct gpu_ops *gops); 26void gp10b_init_gr_ctx(struct gpu_ops *gops);
27 27