From c66d70c8699b948da5ca22501a29643c31b5348a Mon Sep 17 00:00:00 2001 From: Kevin Huang Date: Wed, 26 Mar 2014 17:40:27 -0700 Subject: video: tegra: host: select NETC for gm20b Change-Id: I6e7b5e77907033c7e7cbcc32cae200d46a3700ea Signed-off-by: Kevin Huang Reviewed-on: http://git-master/r/387381 Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom Reviewed-on: http://git-master/r/397712 Reviewed-by: Bo Yan Tested-by: Bo Yan --- drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h (limited to 'drivers/gpu/nvgpu/gm20b/gr_ctx_gm20b.h') 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 @@ +/* + * GM20B Graphics Context + * + * Copyright (c) 2014, NVIDIA CORPORATION. All rights reserved. + * + * This program is free software; you can redistribute it and/or modify it + * under the terms and conditions of the GNU General Public License, + * version 2, as published by the Free Software Foundation. + * + * This program is distributed in the hope it will be useful, but WITHOUT + * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for + * more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ +#ifndef __GR_CTX_GM20B_H__ +#define __GR_CTX_GM20B_H__ + +#include "gk20a/gr_ctx_gk20a.h" + +/* production netlist, one and only one from below */ +/*#undef GM20B_NETLIST_IMAGE_FW_NAME*/ +#define GM20B_NETLIST_IMAGE_FW_NAME GK20A_NETLIST_IMAGE_C + +void gm20b_init_gr_ctx(struct gpu_ops *gops); + +#endif /*__GR_CTX_GM20B_H__*/ -- cgit v1.2.2