summaryrefslogtreecommitdiffstats
path: root/exynos4/hal/include/gralloc_priv.h
diff options
context:
space:
mode:
authorcodeworkx <codeworkx@cyanogenmod.org>2012-12-01 18:45:44 +0100
committercodeworkx <codeworkx@cyanogenmod.org>2012-12-01 18:45:44 +0100
commit1030fe0ae8322353c0e376c7ecfbd0db32636668 (patch)
treedcc37f59df605b953f35ea1963786971c6e2e3fa /exynos4/hal/include/gralloc_priv.h
parentd573d9b5a18cb47ed2b091099872790ae59bfffa (diff)
downloadandroid_hardware_samsung-1030fe0ae8322353c0e376c7ecfbd0db32636668.tar.gz
android_hardware_samsung-1030fe0ae8322353c0e376c7ecfbd0db32636668.tar.bz2
android_hardware_samsung-1030fe0ae8322353c0e376c7ecfbd0db32636668.zip
exynos4: update gralloc from insignal, modify it to work with libsecion
Diffstat (limited to 'exynos4/hal/include/gralloc_priv.h')
-rw-r--r--exynos4/hal/include/gralloc_priv.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/exynos4/hal/include/gralloc_priv.h b/exynos4/hal/include/gralloc_priv.h
index 871a84f..8ffd161 100644
--- a/exynos4/hal/include/gralloc_priv.h
+++ b/exynos4/hal/include/gralloc_priv.h
@@ -47,17 +47,6 @@
#define GRALLOC_ARM_UMP_MODULE 1
-enum {
- /* SEC Private usage , for HWC to set HDMI S3D format */
- /* HDMI should display this buffer as S3D SBS LR/RL*/
- GRALLOC_USAGE_PRIVATE_SBS_LR = 0x00400000,
- GRALLOC_USAGE_PRIVATE_SBS_RL = 0x00200000,
-
- /* HDMI should display this buffer as 3D TB LR/RL*/
- GRALLOC_USAGE_PRIVATE_TB_LR = 0x00100000,
- GRALLOC_USAGE_PRIVATE_TB_RL = 0x00080000,
-};
-
struct private_handle_t;
struct private_module_t {