summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
diff options
context:
space:
mode:
authorSam Payne <spayne@nvidia.com>2015-01-12 17:24:55 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-04-04 21:02:35 -0400
commitedaf6188d54683bd955f1dc6673b3bb3ba18367e (patch)
tree68e95507fb3fed06da3d8a381d113a822d329ed6 /drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
parent3764ce3de36d9b01948a78ec1ecf4ac4371b8e4d (diff)
gpu: nvgpu: enable ce2 interrupts
enables non-blocking interrupts in ce2 all other ce2 interrupts are cleared and not handled. bug 200036089 Change-Id: I9f47b06c677c72ac523019e6a3f70fedd07830a2 Signed-off-by: Sam Payne <spayne@nvidia.com> Reviewed-on: http://git-master/r/671783 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom <tbergstrom@nvidia.com>
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/ce2_gk20a.h')
-rw-r--r--drivers/gpu/nvgpu/gk20a/ce2_gk20a.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
new file mode 100644
index 00000000..0a9ec62a
--- /dev/null
+++ b/drivers/gpu/nvgpu/gk20a/ce2_gk20a.h
@@ -0,0 +1,30 @@
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_GK20A_H__
22#define __CE2_GK20A_H__
23
24#include "channel_gk20a.h"
25#include "tsg_gk20a.h"
26
27void gk20a_ce2_isr(struct gk20a *g);
28void gk20a_ce2_nonstall_isr(struct gk20a *g);
29
30#endif /*__CE2_GK20A_H__*/