summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
diff options
context:
space:
mode:
authorMahantesh Kumbar <mkumbar@nvidia.com>2016-06-17 04:39:34 -0400
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:56:17 -0500
commitd4eb7f691ef14263377c0f33777b104e2b1a0c53 (patch)
treeaa6f0dbbe9cfea722f62bce036130ff999d2c108 /drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
parent454cb1631be1a09b25c45a18a97fdaae2f5cdf76 (diff)
gpu: nvgpu: select FW based on ARCH
JIRA DNVGPU-34 Change-Id: Iea1964c7d12536591659188c8e969fc7fb632d12 Signed-off-by: Mahantesh Kumbar <mkumbar@nvidia.com> Reviewed-on: http://git-master/r/1166785 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c')
-rw-r--r--drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
index b2956257..2bb4a313 100644
--- a/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/gr_ctx_gp10b.c
@@ -22,7 +22,7 @@
22#include "gk20a/gk20a.h" 22#include "gk20a/gk20a.h"
23#include "gr_ctx_gp10b.h" 23#include "gr_ctx_gp10b.h"
24 24
25static int gr_gp10b_get_netlist_name(int index, char *name) 25static int gr_gp10b_get_netlist_name(struct gk20a *g, int index, char *name)
26{ 26{
27 switch (index) { 27 switch (index) {
28#ifdef GP10B_NETLIST_IMAGE_FW_NAME 28#ifdef GP10B_NETLIST_IMAGE_FW_NAME