summaryrefslogtreecommitdiff
path: root/drivers/video/tegra/host/class_ids.h
blob: dff26201d45b5358f1b5a1bbe7c6211d7d82cbe6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
/*
 * drivers/video/tegra/host/class_ids.h
 *
 * Tegra Host Module Class IDs
 *
 * Copyright (c) 2012, NVIDIA Corporation.
 *
 * 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 <http://www.gnu.org/licenses/>.
 */

#ifndef __NVHOST_CLASS_IDS_H
#define __NVHOST_CLASS_IDS_H


enum {
	NV_HOST1X_CLASS_ID		= 0x1,
	NV_VIDEO_ENCODE_MPEG_CLASS_ID	= 0x20,
	NV_VIDEO_ENCODE_MSENC_CLASS_ID	= 0x21,
	NV_GRAPHICS_3D_CLASS_ID		= 0x60,
	NV_TSEC_CLASS_ID		= 0xE0,
};

#endif /*__NVHOST_CLASS_IDS_H */