libdrm: add mode setting files
authorJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 17 Dec 2008 18:09:49 +0000 (10:09 -0800)
committerJesse Barnes <jbarnes@virtuousgeek.org>
Wed, 17 Dec 2008 18:11:37 +0000 (10:11 -0800)
commit731cd5526e5c732d51307b26e784f454a724a699
tree215249e4aa86a3d8418b7f5cad95551d49ecce2d
parentc86d431fe6174b1c2de531929213ea7dbd92326d
libdrm: add mode setting files

Add mode setting files to libdrm, including xf86drmMode.* and the new
drm_mode.h header.  Also add a couple of tests to sanity check the
kernel interfaces and update code to support them.
20 files changed:
libdrm/Makefile.am
libdrm/intel/intel_bufmgr.h
libdrm/intel/intel_bufmgr_gem.c
libdrm/xf86drm.c
libdrm/xf86drm.h
libdrm/xf86drmMode.c [new file with mode: 0644]
libdrm/xf86drmMode.h [new file with mode: 0644]
linux-core/drm_mode.h [new symlink]
shared-core/Makefile.am
shared-core/drm.h
shared-core/drm_mode.h [new file with mode: 0644]
tests/Makefile.am
tests/dristat.c
tests/modeprint/Makefile [new file with mode: 0644]
tests/modeprint/app [new file with mode: 0755]
tests/modeprint/modeprint.c [new file with mode: 0644]
tests/modeprint/test [new file with mode: 0644]
tests/modetest/Makefile [new file with mode: 0644]
tests/modetest/modetest.c [new file with mode: 0644]
tests/modetest/test [new file with mode: 0644]