commit | 09e7e82747e56dc27f9fad872fd3be06293c4eca | [log] [tgz] |
---|---|---|
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | Fri Jun 14 16:18:47 2013 +0200 |
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | Fri Jun 14 16:18:47 2013 +0200 |
tree | 6c68d989b530a85949386653726a3347e11f63fa | |
parent | 76ea68e99b6ab1c16efcdb67485e18574c9e0865 [diff] [blame] |
exynos4412: update fimg4x http://git.insignal.co.kr/insignal/origen_quad-jb_mr1.1/android/hardware/samsung_slsi/exynos4/log/?h=origen_quad-jb_mr1.1 Change-Id: Idbcc372285b168fa171e195eed43e20c27182fab
diff --git a/exynos4/hal/libfimg4x/FimgExynos4.h b/exynos4/hal/libfimg4x/FimgExynos4.h index 2a7c42f..674fd7a 100644 --- a/exynos4/hal/libfimg4x/FimgExynos4.h +++ b/exynos4/hal/libfimg4x/FimgExynos4.h
@@ -35,7 +35,6 @@ #include <sys/poll.h> #include <sys/stat.h> -#include <linux/android_pmem.h> #include <utils/threads.h> #include <utils/StopWatch.h> @@ -46,7 +45,7 @@ namespace android { -#define NUMBER_FIMG_LIST (1) // kcoolsw : because of pmem +#define NUMBER_FIMG_LIST (1) #define GET_RECT_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel)) #define GET_REAL_SIZE(rect) ((rect->full_w) * (rect->h) * (rect->bytes_per_pixel)) #define GET_START_ADDR(rect) (rect->virt_addr + ((rect->y * rect->full_w) * rect->bytes_per_pixel))