summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
diff options
context:
space:
mode:
authorKevin Huang <kevinh@nvidia.com>2014-03-12 19:35:47 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:39 -0400
commitea3d83d98b509b03bbd7df3553719dbb3e3b8748 (patch)
tree0c5a16a8286a03f4bd083c13d68c8affae3483d4 /drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
parent9eb1f57ba2b7072c6c53ca9dc59b10a87d88db23 (diff)
video: tegra: host: add gm20b channel op
Bug 1450792 Change-Id: I09f7c727a773178613fe555eb025ac324da0008e Signed-off-by: Kevin Huang <kevinh@nvidia.com> Reviewed-on: http://git-master/r/381128 Reviewed-on: http://git-master/r/396373 Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com> Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Arto Merilainen <amerilainen@nvidia.com> Reviewed-by: Bo Yan <byan@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gm20b/fifo_gm20b.h')
-rw-r--r--drivers/gpu/nvgpu/gm20b/fifo_gm20b.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
new file mode 100644
index 00000000..ca452d21
--- /dev/null
+++ b/drivers/gpu/nvgpu/gm20b/fifo_gm20b.h
@@ -0,0 +1,21 @@
1/*
2 * GM20B Fifo
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
16#ifndef _NVHOST_GM20B_FIFO
17#define _NVHOST_GM20B_FIFO
18struct gk20a;
19
20void gm20b_init_fifo(struct gpu_ops *gops);
21#endif