From ac168bf2a068761b591187e6a0a52083d456280b Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Fri, 29 Apr 2011 08:53:53 -0700 Subject: libdrm: update drm headers from kernel, including new overlay ioctls & structs Add structs and functions necessary for the new plane and fb handling code, including a new header, drm_fourcc.h, that includes the surface formats supported by various DRM drivers. Signed-off-by: Jesse Barnes --- include/drm/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'include/drm/Makefile.am') diff --git a/include/drm/Makefile.am b/include/drm/Makefile.am index 43695bdf..2923ab4b 100644 --- a/include/drm/Makefile.am +++ b/include/drm/Makefile.am @@ -26,6 +26,7 @@ klibdrmincludedir = ${includedir}/libdrm klibdrminclude_HEADERS = \ drm.h \ drm_mode.h \ + drm_fourcc.h \ drm_sarea.h \ i915_drm.h \ mga_drm.h \ -- cgit v1.2.3