gpu: nvgpu: ga10b: update final netlist to NETC

Update final netlist name to NETC for the ctxsw ucode with
HWCL: 52777872

Bug 200737000

Change-Id: I5699426c498235d33f7106b85fbffee30c35defc
Signed-off-by: Antony Clince Alex <aalex@nvidia.com>
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2654052
GVS: Gerrit_Virtual_Submit
Reviewed-by: Rajesh Devaraj <rdevaraj@nvidia.com>
Reviewed-by: Vaibhav Kachore <vkachore@nvidia.com>
Reviewed-by: svcacv <svcacv@nvidia.com>
Reviewed-by: Seema Khowala <seemaj@nvidia.com>
This commit is contained in:
Antony Clince Alex
2022-01-13 08:22:17 +00:00
committed by mobile promotions
parent 0699220b85
commit 39db69a2dc

View File

@@ -1,5 +1,5 @@
/*
* Copyright (c) 2020-2021, NVIDIA CORPORATION. All rights reserved.
* Copyright (c) 2020-2022, NVIDIA CORPORATION. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -27,8 +27,8 @@
struct gk20a;
/* NVGPU_NETLIST_IMAGE_A is FNL for ga10b */
#define GA10B_NETLIST_IMAGE_FW_NAME NVGPU_NETLIST_IMAGE_A
/* NVGPU_NETLIST_IMAGE_C is FNL for ga10b */
#define GA10B_NETLIST_IMAGE_FW_NAME NVGPU_NETLIST_IMAGE_C
int ga10b_netlist_get_name(struct gk20a *g, int index, char *name);
bool ga10b_netlist_is_firmware_defined(void);