summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorNaseer Ahmed <naseer@codeaurora.org>2016-06-27 14:59:18 -0400
committerNaseer Ahmed <naseer@codeaurora.org>2016-06-28 11:53:19 -0400
commitad4954404acca67915ee9d607df985fcab16f705 (patch)
tree46d6bf427d56a38c01d5c4aad0c8990e0f8c6e69 /libqservice
parenteae281276026f88b82a3498104e5d75b4b083fb2 (diff)
downloaddisplay-ad4954404acca67915ee9d607df985fcab16f705.tar.gz
hwc2: Add binder command to switch modes
Use adb shell service call display.qservice 34 i32 <disp> i32 <mode> to switch the display mode. Only valid modes in graphics.h that are enumerated in the calibration XML will work Change-Id: I450ea6b8ba8001d8458ea8503098f7056ff958cf CRs-Fixed: 1034841
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 49467db9..d25a06dc 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -73,6 +73,7 @@ public:
MIN_HDCP_ENCRYPTION_LEVEL_CHANGED = 31,
GET_BW_TRANSACTION_STATUS = 32, //Client can query BW transaction status.
SET_LAYER_MIXER_RESOLUTION = 33, // Enables client to set layer mixer resolution.
+ SET_COLOR_MODE = 34, // Overrides the QDCM mode on the display
COMMAND_LIST_END = 400,
};