summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp10b/ce2_gp10b.h
diff options
context:
space:
mode:
authorSam Payne <spayne@nvidia.com>2015-02-05 13:46:35 -0500
committerDeepak Nibade <dnibade@nvidia.com>2016-12-27 04:52:04 -0500
commit20a1ab078546c7206bb65ab007882195953df1dd (patch)
tree6fd94bc155f48dae9101ac0142a6e27375d8df0d /drivers/gpu/nvgpu/gp10b/ce2_gp10b.h
parent3d08b0dc35cd94612d77aab7e348ae509cc096f2 (diff)
gpu: nvgpu: gp10b: add ce interrupt support
ce interrupts use different register mapping and format from gk20a and gm20b. Change-Id: Icfe33bad940b2b829b6f57d07a3300adaf53d43c Signed-off-by: Sam Payne <spayne@nvidia.com> Reviewed-on: http://git-master/r/681646 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com> Tested-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gp10b/ce2_gp10b.h')
-rw-r--r--drivers/gpu/nvgpu/gp10b/ce2_gp10b.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gp10b/ce2_gp10b.h b/drivers/gpu/nvgpu/gp10b/ce2_gp10b.h
new file mode 100644
index 00000000..d432d1e0
--- /dev/null
+++ b/drivers/gpu/nvgpu/gp10b/ce2_gp10b.h
@@ -0,0 +1,29 @@
1/*
2 * drivers/video/tegra/host/gk20a/fifo_gk20a.h
3 *
4 * GK20A graphics copy engine (gr host)
5 *
6 * Copyright (c) 2011-2015, NVIDIA CORPORATION. All rights reserved.
7 *
8 * This program is free software; you can redistribute it and/or modify it
9 * under the terms and conditions of the GNU General Public License,
10 * version 2, as published by the Free Software Foundation.
11 *
12 * This program is distributed in the hope it will be useful, but WITHOUT
13 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
14 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
15 * more details.
16 *
17 * You should have received a copy of the GNU General Public License along with
18 * this program; if not, write to the Free Software Foundation, Inc.,
19 * 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
20 */
21#ifndef __CE2_GP10B_H__
22#define __CE2_GP10B_H__
23
24#include "gk20a/channel_gk20a.h"
25#include "gk20a/tsg_gk20a.h"
26
27void gp10b_init_ce2(struct gpu_ops *gops);
28
29#endif /*__CE2_GP10B_H__*/