summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
diff options
context:
space:
mode:
authorSeshendra Gadagottu <sgadagottu@nvidia.com>2014-07-23 15:24:07 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:10:39 -0400
commit7aa2da0270d0b511ba26c3da0528c1b2fa593bba (patch)
treec5175eba186ed7fe9dfcb58591056d76f05628c1 /drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
parentccead861f2b0b679b3b38faf35e2372b74bbb334 (diff)
gpu: nvgpu: gm20b: select NETB for final NETLIST
Final netlist for T210 uses NETB firmware for gpu. Change-Id: Id396f1b6fa53f8d3c7b39ad0f93db230d6ad6d86 Signed-off-by: Seshendra Gadagottu <sgadagottu@nvidia.com> Reviewed-on: http://git-master/r/441355 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Vijayakumar Subbu <vsubbu@nvidia.com> Reviewed-by: Terje Bergstrom <tbergstrom@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 0187c12c..9172e151 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_A 25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_B
26 26
27void gm20b_init_gr_ctx(struct gpu_ops *gops); 27void gm20b_init_gr_ctx(struct gpu_ops *gops);
28 28