diff options
Diffstat (limited to 'drivers/video/tegra/host/mpe/mpe.h')
-rw-r--r-- | drivers/video/tegra/host/mpe/mpe.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/drivers/video/tegra/host/mpe/mpe.h b/drivers/video/tegra/host/mpe/mpe.h new file mode 100644 index 00000000000..1bc2a8a04c1 --- /dev/null +++ b/drivers/video/tegra/host/mpe/mpe.h | |||
@@ -0,0 +1,32 @@ | |||
1 | /* | ||
2 | * drivers/video/tegra/host/mpe/mpe.h | ||
3 | * | ||
4 | * Tegra Graphics Host MPE | ||
5 | * | ||
6 | * Copyright (c) 2011-2012, NVIDIA Corporation. | ||
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 | ||
18 | * along with this program. If not, see <http://www.gnu.org/licenses/>. | ||
19 | */ | ||
20 | |||
21 | #ifndef __NVHOST_MPE_MPE_H | ||
22 | #define __NVHOST_MPE_MPE_H | ||
23 | |||
24 | struct nvhost_hwctx_handler; | ||
25 | struct nvhost_device; | ||
26 | |||
27 | struct nvhost_hwctx_handler *nvhost_mpe_ctxhandler_init( | ||
28 | u32 syncpt, u32 waitbase, | ||
29 | struct nvhost_channel *ch); | ||
30 | int nvhost_mpe_prepare_power_off(struct nvhost_device *dev); | ||
31 | |||
32 | #endif | ||