summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2015-01-23 11:57:10 -0500
committerNaseer Ahmed <naseer@codeaurora.org>2015-02-20 16:18:40 -0500
commit6bbd0a14a58c6672a24ef01dcfea440289ea63ac (patch)
tree21192176f53ea9f83fbb93d1cf2ac54f55be411c /libqservice
parentf1f85ba39736560d215a65f8ea51fdea49afcaf6 (diff)
downloaddisplay-6bbd0a14a58c6672a24ef01dcfea440289ea63ac.tar.gz
display: Support for S3D video
1. Add support to set HDMI to 3D mode 2. Add binder API to force 3D mode 3. Switch to 3D mode based on metadata 4. Configure pipes appropriately 5. Only side-by-side and top-bottom formats are currently supported Change-Id: Iae579ecfa45aae088ff543d4143e5025e8c682fa
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQService.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libqservice/IQService.h b/libqservice/IQService.h
index cd2d1165..796e506e 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -60,6 +60,7 @@ public:
SET_PARTIAL_UPDATE = 19, // Preference on partial update feature
TOGGLE_SCREEN_UPDATE = 20, // Provides ability to disable screen updates
SET_FRAME_DUMP_CONFIG = 21, // Provides ability to set the frame dump config
+ SET_S3D_MODE = 22, // Set the 3D mode as specified in msm_hdmi_modes.h
COMMAND_LIST_END = 400,
};