From 5df1bc28b3708427db3f3dabe78ea864ff085183 Mon Sep 17 00:00:00 2001 From: Terje Bergstrom Date: Tue, 25 Aug 2015 13:00:38 -0700 Subject: gpu: nvgpu: gp10b: Choose netlist A Force usage of netlist slot A. Change-Id: Ib507b0e0c7ff6d0dbb43f91b6c7264424975d681 Signed-off-by: Terje Bergstrom Reviewed-on: http://git-master/r/789060 Reviewed-on: http://git-master/r/806183 --- drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c') diff --git a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c index 515ba630..b50698e0 100644 --- a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c +++ b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c @@ -59,7 +59,7 @@ static int gr_gp10b_get_netlist_name(int index, char *name) static bool gr_gp10b_is_firmware_defined(void) { -#ifdef GM20B_NETLIST_IMAGE_FW_NAME +#ifdef GP10B_NETLIST_IMAGE_FW_NAME return true; #else return false; -- cgit v1.2.2