summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
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/gp106/gr_ctx_gp106.h
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/gp106/gr_ctx_gp106.h')
-rw-r--r--drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
index d14a9126..fef80abb 100644
--- a/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
+++ b/drivers/gpu/nvgpu/gp106/gr_ctx_gp106.h
@@ -20,6 +20,7 @@
20 20
21/* production netlist, one and only one from below */ 21/* production netlist, one and only one from below */
22#define GP106_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C 22#define GP106_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C
23#define GP104_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_D
23 24
24void gp106_init_gr_ctx(struct gpu_ops *gops); 25void gp106_init_gr_ctx(struct gpu_ops *gops);
25 26