summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-06-17 07:03:28 -0400
committerTerje Bergstrom <tbergstrom@nvidia.com>2016-06-21 18:21:03 -0400
commit4e476b2f9a4d877f105139b14bcc3f682a97df45 (patch)
tree2439ecd20e9121c7b9d183ad3ded5f9b1832c46a /drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
parent973c2811ca584270da659fb01fa1facb5dd527fa (diff)
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>
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
index 3fb0fa23..032e0c3e 100644
--- a/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/gr_ctx_gv11b.c
@@ -21,7 +21,7 @@
21#include "gk20a/gk20a.h" 21#include "gk20a/gk20a.h"
22#include "gr_ctx_gv11b.h" 22#include "gr_ctx_gv11b.h"
23 23
24static int gr_gv11b_get_netlist_name(int index, char *name) 24static int gr_gv11b_get_netlist_name(struct gk20a *g, int index, char *name)
25{ 25{
26 switch (index) { 26 switch (index) {
27#ifdef GV11B_NETLIST_IMAGE_FW_NAME 27#ifdef GV11B_NETLIST_IMAGE_FW_NAME