On 4 December 2015 at 13:59, Lucas Stach l.stach@pengutronix.de wrote:
From: The etnaviv authors dri-devel@lists.freedesktop.org
This adds the header defining the user/kernel API for the etnaviv DRM driver.
Signed-off-by: Christian Gmeiner christian.gmeiner@gmail.com Signed-off-by: Russell King rmk+kernel@arm.linux.org.uk Signed-off-by: Lucas Stach l.stach@pengutronix.de
include/uapi/drm/etnaviv_drm.h | 221 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 221 insertions(+) create mode 100644 include/uapi/drm/etnaviv_drm.h
diff --git a/include/uapi/drm/etnaviv_drm.h b/include/uapi/drm/etnaviv_drm.h new file mode 100644 index 000000000000..0cce95efcd86 --- /dev/null +++ b/include/uapi/drm/etnaviv_drm.h @@ -0,0 +1,221 @@ +/*
- Copyright (C) 2015 Etnaviv Project
- This program is free software; you can redistribute it and/or modify it
- under the terms of the GNU General Public License version 2 as published by
- the Free Software Foundation.
- This program is distributed in the hope that 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 __ETNAVIV_DRM_H__ +#define __ETNAVIV_DRM_H__
+#include <drm/drm.h>
Guys, if we get to another revision of the patch can we make this a "drm.h" please ?
Thanks Emil