From da02ea50f0704ad0836177c315c9ff87288f0969 Mon Sep 17 00:00:00 2001 From: seshendra Gadagottu Date: Thu, 18 May 2017 14:15:45 -0700 Subject: gpu: nvgpu: gv11b: Don't set net name for pri-silicon In pri-silicon environment netlist names keep on changing. So to keep software backward compatible. do not set net name. So driver will check available firmwares and will pick-up the firmware that matches with current hw netlist major revision. Change-Id: I6083879fb67481be03bad1eaf6a10d0cb6eb7c09 Signed-off-by: seshendra Gadagottu Reviewed-on: http://git-master/r/1485135 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom --- drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 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 e889e9ab..0a046eb4 100644 --- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h +++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.h @@ -1,7 +1,7 @@ /* * GV11B Graphics Context * - * Copyright (c) 2016, NVIDIA CORPORATION. All rights reserved. + * Copyright (c) 2016 - 2017, NVIDIA CORPORATION. All rights reserved. * * This program is free software; you can redistribute it and/or modify it * under the terms and conditions of the GNU General Public License, @@ -21,8 +21,10 @@ #include "gk20a/gr_ctx_gk20a.h" /* production netlist, one and only one from below */ -#define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A - +/* + * Define netlist for silicon only + * #define GV11B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_A +*/ void gv11b_init_gr_ctx(struct gpu_ops *gops); #endif /*__GR_CTX_GV11B_H__*/ -- cgit v1.2.2