summaryrefslogtreecommitdiffstats
path: root/gralloc_drm_priv.h
diff options
context:
space:
mode:
authorWuZhen <wuzhen@jidemail.com>2016-06-03 14:01:09 +0800
committerChih-Wei Huang <cwhuang@linux.org.tw>2016-06-27 20:26:00 +0800
commit27d5b5a271f7ec71444030e5f15799993244645d (patch)
tree906416556cd310f5d20510ae29468263777a9890 /gralloc_drm_priv.h
parent560cea305ee46cc1f21cd1e0f3bcbd6ec59a3676 (diff)
downloadexternal_drm_gralloc-27d5b5a271f7ec71444030e5f15799993244645d.zip
external_drm_gralloc-27d5b5a271f7ec71444030e5f15799993244645d.tar.gz
external_drm_gralloc-27d5b5a271f7ec71444030e5f15799993244645d.tar.bz2
Support multiple exteranl dispaly in mirror mode
and extend support beyong hdmi. Change-Id: Ib9550eac0330807ccd4c3919609cbf02ad98299d
Diffstat (limited to 'gralloc_drm_priv.h')
-rw-r--r--gralloc_drm_priv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gralloc_drm_priv.h b/gralloc_drm_priv.h
index e77b31c..8fe4a81 100644
--- a/gralloc_drm_priv.h
+++ b/gralloc_drm_priv.h
@@ -102,7 +102,7 @@ struct gralloc_drm_t {
struct gralloc_drm_output *outputs;
int output_count, output_capacity;
- struct gralloc_drm_output *primary, *hdmi;
+ struct gralloc_drm_output *primary;
pthread_mutex_t outputs_mutex;
pthread_t hotplug_thread;