diff options
author | Inki Dae <inki.dae@samsung.com> | 2014-05-08 21:03:20 +0900 |
---|---|---|
committer | Quanxian Wang <quanxian.wang@intel.com> | 2014-10-15 12:07:06 +0800 |
commit | 52de1c57e2e6f3b2a1259478d5ae260ed4c5706e (patch) | |
tree | b7e7d460bb2ebf024d53d883012b340d653fc23b /configure.ac | |
parent | 12528efc426d3f4b88fee165baf99f4a9ddf264b (diff) | |
download | libdrm-52de1c57e2e6f3b2a1259478d5ae260ed4c5706e.tar.gz libdrm-52de1c57e2e6f3b2a1259478d5ae260ed4c5706e.tar.bz2 libdrm-52de1c57e2e6f3b2a1259478d5ae260ed4c5706e.zip |
ipptest: add fimc and rotator test applications
This patch adds two applications to test fimc and rotator
device drivers.
These devices are controlled by IPP(Integrated Post Processor)
framework of Exynos drm, and this patch updates IPP relevant
header and includes relevant test applications.
Change-Id: I3a0384375a082855162f5821c000389e234d5c15
Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 7e9d2fcf..c0fdd98c 100644 --- a/configure.ac +++ b/configure.ac @@ -507,6 +507,10 @@ AC_CONFIG_FILES([ tests/radeon/Makefile tests/vbltest/Makefile tests/exynos/Makefile + tests/ipptest/Makefile + tests/rottest/Makefile + include/Makefile + include/drm/Makefile man/Makefile libdrm.pc]) AC_OUTPUT |