From 39db69a2dc27e518f1826a0cada457a02bce017c Mon Sep 17 00:00:00 2001 From: Antony Clince Alex Date: Thu, 13 Jan 2022 08:22:17 +0000 Subject: [PATCH] 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 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2654052 GVS: Gerrit_Virtual_Submit Reviewed-by: Rajesh Devaraj Reviewed-by: Vaibhav Kachore Reviewed-by: svcacv Reviewed-by: Seema Khowala --- drivers/gpu/nvgpu/hal/netlist/netlist_ga10b.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/nvgpu/hal/netlist/netlist_ga10b.h b/drivers/gpu/nvgpu/hal/netlist/netlist_ga10b.h index dfe5dfc08..f4f40ce15 100644 --- a/drivers/gpu/nvgpu/hal/netlist/netlist_ga10b.h +++ b/drivers/gpu/nvgpu/hal/netlist/netlist_ga10b.h @@ -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);