From mboxrd@z Thu Jan 1 00:00:00 1970 From: Emil Velikov Subject: Re: [PATCH 03/12] drm/etnaviv: add etnaviv UAPI header Date: Fri, 4 Dec 2015 14:24:49 +0000 Message-ID: References: <1449237604-19064-1-git-send-email-l.stach@pengutronix.de> <1449237604-19064-4-git-send-email-l.stach@pengutronix.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <1449237604-19064-4-git-send-email-l.stach-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Lucas Stach Cc: David Airlie , Rob Herring , Shawn Guo , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, ML dri-devel , patchwork-lst-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Russell King List-Id: devicetree@vger.kernel.org On 4 December 2015 at 13:59, Lucas Stach wrote: > From: The etnaviv authors > > This adds the header defining the user/kernel API for the > etnaviv DRM driver. > > Signed-off-by: Christian Gmeiner > Signed-off-by: Russell King > Signed-off-by: Lucas Stach > --- > 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 . > + */ > + > +#ifndef __ETNAVIV_DRM_H__ > +#define __ETNAVIV_DRM_H__ > + > +#include > + Guys, if we get to another revision of the patch can we make this a "drm.h" please ? Thanks Emil -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html