From b8e57243999902ac87c024a1e41abb5fa02cf22a Mon Sep 17 00:00:00 2001 From: Seema Khowala Date: Mon, 13 Nov 2017 12:05:34 -0800 Subject: gpu: nvgpu: gv11b: define final netlist Use NETD firmware on gv11b. GV11B_NETLIST_IMAGE_FW_NAME set to GK20A_NETLIST_IMAGE_D Change-Id: I0301999851ffb14713beaf61b5b2cc97efac74eb Signed-off-by: Seema Khowala Reviewed-on: https://git-master.nvidia.com/r/1597290 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Reviewed-by: Seshendra Gadagottu Reviewed-by: mobile promotions Tested-by: mobile promotions --- drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h') diff --git a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h index 679403ef..0a95ab11 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h +++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h @@ -26,11 +26,10 @@ #include "gk20a/gr_ctx_gk20a.h" -/* production netlist, one and only one from below */ -/* - * Define netlist for silicon only - * #define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A -*/ +/* Define netlist for silicon only */ + +#define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_D + int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name); bool gr_gv11b_is_firmware_defined(void); -- cgit v1.2.2