dri-devel Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm: Kbuild: add omap_drm.h to the installed headers
@ 2016-12-07 23:53 Laurent Pinchart
  2016-12-09 14:23 ` Tomi Valkeinen
  0 siblings, 1 reply; 3+ messages in thread
From: Laurent Pinchart @ 2016-12-07 23:53 UTC (permalink / raw)
  To: dri-devel; +Cc: Tomi Valkeinen

The header defines the userspace API exported by the omapdrm driver,
install it to make the definitions available to userpace.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
---
 include/uapi/drm/Kbuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
index 9355dd8eff3b..c97addd08f8c 100644
--- a/include/uapi/drm/Kbuild
+++ b/include/uapi/drm/Kbuild
@@ -9,6 +9,7 @@ header-y += i810_drm.h
 header-y += i915_drm.h
 header-y += mga_drm.h
 header-y += nouveau_drm.h
+header-y += omap_drm.h
 header-y += qxl_drm.h
 header-y += r128_drm.h
 header-y += radeon_drm.h
-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm: Kbuild: add omap_drm.h to the installed headers
  2016-12-07 23:53 [PATCH] drm: Kbuild: add omap_drm.h to the installed headers Laurent Pinchart
@ 2016-12-09 14:23 ` Tomi Valkeinen
  2016-12-09 14:37   ` Laurent Pinchart
  0 siblings, 1 reply; 3+ messages in thread
From: Tomi Valkeinen @ 2016-12-09 14:23 UTC (permalink / raw)
  To: Laurent Pinchart, dri-devel


[-- Attachment #1.1.1: Type: text/plain, Size: 876 bytes --]

On 08/12/16 01:53, Laurent Pinchart wrote:
> The header defines the userspace API exported by the omapdrm driver,
> install it to make the definitions available to userpace.
> 
> Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> ---
>  include/uapi/drm/Kbuild | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
> index 9355dd8eff3b..c97addd08f8c 100644
> --- a/include/uapi/drm/Kbuild
> +++ b/include/uapi/drm/Kbuild
> @@ -9,6 +9,7 @@ header-y += i810_drm.h
>  header-y += i915_drm.h
>  header-y += mga_drm.h
>  header-y += nouveau_drm.h
> +header-y += omap_drm.h
>  header-y += qxl_drm.h
>  header-y += r128_drm.h
>  header-y += radeon_drm.h

Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>

It's a bit late for 4.10, shall I pick this up to my 4.11 branch?

 Tomi


[-- Attachment #1.2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

[-- Attachment #2: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] drm: Kbuild: add omap_drm.h to the installed headers
  2016-12-09 14:23 ` Tomi Valkeinen
@ 2016-12-09 14:37   ` Laurent Pinchart
  0 siblings, 0 replies; 3+ messages in thread
From: Laurent Pinchart @ 2016-12-09 14:37 UTC (permalink / raw)
  To: Tomi Valkeinen; +Cc: dri-devel

Hi Tomi,

On Friday 09 Dec 2016 16:23:05 Tomi Valkeinen wrote:
> On 08/12/16 01:53, Laurent Pinchart wrote:
> > The header defines the userspace API exported by the omapdrm driver,
> > install it to make the definitions available to userpace.
> > 
> > Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
> > ---
> > 
> >  include/uapi/drm/Kbuild | 1 +
> >  1 file changed, 1 insertion(+)
> > 
> > diff --git a/include/uapi/drm/Kbuild b/include/uapi/drm/Kbuild
> > index 9355dd8eff3b..c97addd08f8c 100644
> > --- a/include/uapi/drm/Kbuild
> > +++ b/include/uapi/drm/Kbuild
> > @@ -9,6 +9,7 @@ header-y += i810_drm.h
> >  header-y += i915_drm.h
> >  header-y += mga_drm.h
> >  header-y += nouveau_drm.h
> > +header-y += omap_drm.h
> >  header-y += qxl_drm.h
> >  header-y += r128_drm.h
> >  header-y += radeon_drm.h
> 
> Reviewed-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
> 
> It's a bit late for 4.10, shall I pick this up to my 4.11 branch?

That would be appreciated.

-- 
Regards,

Laurent Pinchart

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-12-09 14:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-07 23:53 [PATCH] drm: Kbuild: add omap_drm.h to the installed headers Laurent Pinchart
2016-12-09 14:23 ` Tomi Valkeinen
2016-12-09 14:37   ` Laurent Pinchart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox