mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-24 10:34:43 +03:00
gpu: nvgpu: update gr_gv11b_get_netlist_name method
update gr_gv11b_get_netlist_name method as per ops get_netlist_name declaration Change-Id: Ide79d999564f489a80cff748ff61e42aabd5662a Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1166905 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
This commit is contained in:
committed by
Terje Bergstrom
parent
973c2811ca
commit
4e476b2f9a
@@ -21,7 +21,7 @@
|
||||
#include "gk20a/gk20a.h"
|
||||
#include "gr_ctx_gv11b.h"
|
||||
|
||||
static int gr_gv11b_get_netlist_name(int index, char *name)
|
||||
static int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name)
|
||||
{
|
||||
switch (index) {
|
||||
#ifdef GV11B_NETLIST_IMAGE_FW_NAME
|
||||
|
||||
Reference in New Issue
Block a user