ipptest: replace DRM_EXYNOS_GEM_MAP_OFFSET/MMAP with generic mmap 07/34807/1
authorSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 3 Feb 2015 05:15:02 +0000 (14:15 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Tue, 3 Feb 2015 06:17:21 +0000 (15:17 +0900)
commite0d107484fc2a40dc8d60981f784b8924d622f3f
treec072103f7ad0e012f5bde1a2ae39e44f4c7f8925
parent665e8534ec8da8a40be2872972b476a71d6c71eb
ipptest: replace DRM_EXYNOS_GEM_MAP_OFFSET/MMAP with generic mmap

The DRM_EXYNOS_GEM_MAP_OFFSET and DRM_EXYNOS_GEM_MMAP ioctls are
removed from the linux kernel because there is already generic way
to mmap gem. This patch replaces the ioctls from ipptest for fimc
and rotator to drm generic ioctl and mmap.

Change-Id: I49d6bfac511946a6ad7bb898e77d03a812774629
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
tests/ipptest/fimc.c
tests/ipptest/gem.c
tests/ipptest/gem.h
tests/ipptest/util.c
tests/ipptest/util.h
tests/rottest/gem.c
tests/rottest/gem.h
tests/rottest/rotator.c
tests/rottest/util.c
tests/rottest/util.h