summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorPrabhanjan Kandula <pkandula@codeaurora.org>2017-09-14 19:29:46 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-09-25 16:02:16 -0700
commit63a613f704f966a55206c48579707008b9506e01 (patch)
tree8f259c02efb5eb3749b7c1276fab1d2af01e736f /libqservice
parent6e9d70aba967fcd392c4d54d17cfeae03e5e4318 (diff)
downloaddisplay-63a613f704f966a55206c48579707008b9506e01.tar.gz
hqd: add qservice binder for blocking dpps
Dpps should wait opening driver before composer comes up. Add a wservice binder call to query composer init status. Add util function to block dpps until composer is up. Change-Id: I82c025011e23a0b159ef2449b00b868a365d681a CRs-fixed: 2102579
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 8985dd65..610cd4eb 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -76,6 +76,7 @@ public:
SET_COLOR_MODE = 34, // Overrides the QDCM mode on the display
GET_HDR_CAPABILITIES = 35, // Get HDR capabilities for legacy HWC interface
SET_COLOR_MODE_BY_ID = 36, // Overrides the QDCM mode using the given mode ID
+ GET_COMPOSER_STATUS = 37, // Get composer init status-true if primary display init is done
COMMAND_LIST_END = 400,
};