summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-03-26 20:40:27 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:40 -0400
commitc66d70c8699b948da5ca22501a29643c31b5348a (patch)
tree4c102c6d87e64de0875ed71049df3b7520548c01 /drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
parentf66cb9093d3ec74f18cc52ee44de88c9501e2cca (diff)
video: tegra: host: select NETC for gm20b
Change-Id: I6e7b5e77907033c7e7cbcc32cae200d46a3700ea Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/387381 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-on: http://git-master/r/397712 Reviewed-by: Bo Yan <byan@nvidia.com> Tested-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
new file mode 100644
index 00000000..7f2d0c06
--- /dev/null
+++ b/drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h
@@ -0,0 +1,29 @@
1/*
2 * GM20B Graphics Context
3 *
4 * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved.
5 *
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms and conditions of the GNU General Public License,
8 * version 2, as published by the Free Software Foundation.
9 *
10 * This program is distributed in the hope it will be useful, but WITHOUT
11 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
12 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
13 * more details.
14 *
15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
18#ifndef __GR_CTX_GM20B_H__
19#define __GR_CTX_GM20B_H__
20
21#include "gk20a/gr_ctx_gk20a.h"
22
23/* production netlist, one and only one from below */
24/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/
25#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C
26
27void gm20b_init_gr_ctx(struct gpu_ops *gops);
28
29#endif /*__GR_CTX_GM20B_H__*/