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
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
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.
dri-devel@lists.freedesktop.org