summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
diff options
context:
space:
mode:
authorTerje Bergstrom <tbergstrom@nvidia.com>2015-08-25 16:00:38 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:07 -0500
commit5df1bc28b3708427db3f3dabe78ea864ff085183 (patch)
tree477330de3194139a59494d8942cdf2a8377999c2 /drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.h
parent17bc6e64577f2b0ce2c26b5ed4a8b7a8d06eede2 (diff)
gpu: nvgpu: gp10b: Choose netlist A
Force usage of netlist slot A. Change-Id: Ib507b0e0c7ff6d0dbb43f91b6c7264424975d681 Signed-off-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/789060 Reviewed-on: http://git-master/r/806183
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