]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/gpu/drm/vivante/vivante_drv.h
ENGR00240988: drm: copy vivante driver from 3.5.7 kernel
[karo-tx-linux.git] / drivers / gpu / drm / vivante / vivante_drv.h
1 /****************************************************************************
2 *
3 *    Copyright (C) 2005 - 2013 by Vivante Corp.
4 *
5 *    This program is free software; you can redistribute it and/or modify
6 *    it under the terms of the GNU General Public License as published by
7 *    the Free Software Foundation; either version 2 of the license, or
8 *    (at your option) any later version.
9 *
10 *    This program is distributed in the hope that it will be useful,
11 *    but WITHOUT ANY WARRANTY; without even the implied warranty of
12 *    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 *    GNU General Public License for more details.
14 *
15 *    You should have received a copy of the GNU General Public License
16 *    along with this program; if not write to the Free Software
17 *    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 *
19 *****************************************************************************/
20
21
22 /* vivante_drv.h -- Vivante DRM template customization -*- linux-c -*-
23  * Created: Wed Feb 14 12:32:32 2012 by John Zhao
24  */
25 /*
26  *
27  * Permission is hereby granted, free of charge, to any person obtaining a
28  * copy of this software and associated documentation files (the "Software"),
29  * to deal in the Software without restriction, including without limitation
30  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
31  * and/or sell copies of the Software, and to permit persons to whom the
32  * Software is furnished to do so, subject to the following conditions:
33  *
34  * The above copyright notice and this permission notice (including the next
35  * paragraph) shall be included in all copies or substantial portions of the
36  * Software.
37  *
38  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
39  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
40  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
41  * VA LINUX SYSTEMS AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
42  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
43  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
44  * OTHER DEALINGS IN THE SOFTWARE.
45  *
46  * Authors:
47  *    Gareth Hughes <gareth@valinux.com>
48  */
49
50 #ifndef __VIVANTE_DRV_H__
51 #define __VIVANTE_DRV_H__
52
53 /* General customization:
54  */
55
56 #define DRIVER_AUTHOR           "Vivante Inc."
57
58 #define DRIVER_NAME             "vivante"
59 #define DRIVER_DESC             "Vivante GCCore"
60 #define DRIVER_DATE             "20120216"
61
62 #define DRIVER_MAJOR            1
63 #define DRIVER_MINOR            0
64 #define DRIVER_PATCHLEVEL       0
65
66 #endif