summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2012-10-04 16:01:27 +0300
committerTapani Pälli <tapani.palli@intel.com>2012-10-18 10:52:38 +0300
commit2d2758bca0f962ef21673dbe29df4c042d7f3254 (patch)
treed17d46beb9ccac2406215922182cf8919eeaaac0 /Android.mk
parentc878105aa842f6a7fbec5414d50cbf93892b3a1b (diff)
downloadexternal_drm_gralloc-2d2758bca0f962ef21673dbe29df4c042d7f3254.zip
external_drm_gralloc-2d2758bca0f962ef21673dbe29df4c042d7f3254.tar.gz
external_drm_gralloc-2d2758bca0f962ef21673dbe29df4c042d7f3254.tar.bz2
gralloc: hdmi cloned mode support
Patch implements simple support for cloned mode hdmi by introducing primary and hdmi outputs that are updated respectively. Current implementation is rather naive and assumes hdmi can drive same mode as the local lvds. Only cloned mode is supported but can be extended later to support extended mode when hwcomposer is available for controlling this behaviour. HDMI hotplug is implemented as a separate observer thread that listens to uevents and reads hdmi connection state from there, this requires switch support from the kernel hdmi driver. Change-Id: I1d5873214d672563789f4953a892de60539eca88 Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Signed-off-by: Matt Gumbel <matthew.k.gumbel@linux.intel.com>
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2a61b01..e675a00 100644
--- a/Android.mk
+++ b/Android.mk
@@ -80,6 +80,7 @@ LOCAL_SHARED_LIBRARIES := \
libdrm \
liblog \
libcutils \
+ libhardware_legacy \
# for glFlush/glFinish
LOCAL_SHARED_LIBRARIES += \