diff options
author | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-04-29 08:53:53 -0700 |
---|---|---|
committer | Jesse Barnes <jbarnes@virtuousgeek.org> | 2011-12-13 11:47:15 -0800 |
commit | ac168bf2a068761b591187e6a0a52083d456280b (patch) | |
tree | a58545f56b3c707aae32b630bbe3c53800e4a28f /include/drm/Makefile.am | |
parent | 7fd1678110b78d9324723a54dfd5049496b9e3cf (diff) |
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 <jbarnes@virtuousgeek.org>
Diffstat (limited to 'include/drm/Makefile.am')
-rw-r--r-- | include/drm/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |