summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-03 19:22:20 +0200
committercodeworkx <daniel.hillenbrand@codeworkx.de>2012-07-03 19:22:20 +0200
commit23280fc439163a1971956167217283c4ae70bce3 (patch)
tree6f6d34eac0b59dca084a58d27032cbce4e372a8b
parentb20c5367514dc976afbc7f074ad5b8a49bbc592b (diff)
downloadandroid_hardware_samsung-23280fc439163a1971956167217283c4ae70bce3.tar.gz
android_hardware_samsung-23280fc439163a1971956167217283c4ae70bce3.tar.bz2
android_hardware_samsung-23280fc439163a1971956167217283c4ae70bce3.zip
exynos4: added missing gralloc defines for hdmi
Change-Id: Ie489452003c30e05f3fdf36a0643963ce4ae0c2e
-rw-r--r--exynos4/hal/include/gralloc_priv.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/exynos4/hal/include/gralloc_priv.h b/exynos4/hal/include/gralloc_priv.h
index 8ffd161..871a84f 100644
--- a/exynos4/hal/include/gralloc_priv.h
+++ b/exynos4/hal/include/gralloc_priv.h
@@ -47,6 +47,17 @@
#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 {