summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2014-05-27 22:51:10 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:03 -0400
commit846f0c4f418d8f072876b6c087c6930153bdb0cd (patch)
tree72de667d4f616496ff6bd89fd6b1914c8bde668a /drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
parent7e470c49a65a02dd0318cc552f41a219fc6a11a5 (diff)
gpu: nvgpu: select NETA for gm20b
Bug 1514021 Change-Id: I5bf942245a42881a418eb9e18c148287b6901ca0 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/415531 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
index 7f2d0c06..0187c12c 100644
--- a/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
+++ b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
@@ -22,7 +22,7 @@
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/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/
25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C 25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A
26 26
27void gm20b_init_gr_ctx(struct gpu_ops *gops); 27void gm20b_init_gr_ctx(struct gpu_ops *gops);
28 28