summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorYichi Chen <yichichen@google.com>2019-01-28 21:35:36 +0800
committerYichi Chen <yichichen@google.com>2019-01-28 21:51:32 +0800
commit648039abf04cf27eac7525f39e953a8989cb01d6 (patch)
tree932bccd99ee7eba28545e3b81230933e3b97e6c1 /libqservice
parentb78b997433dee4ca122522079f8ccfd50161b087 (diff)
parentd4745c5002df133219f9f155bb043208084e5a62 (diff)
downloaddisplay-648039abf04cf27eac7525f39e953a8989cb01d6.tar.gz
Merge remote-tracking branch 'goog/qcom/release/LA.UM.7.8.9.C1.08.00.00.516.007'
Bug: 121228685 Bug: 122560586 Change-Id: Ic8e8b796d90f6ac7638be768b45a70c3846ae682
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQService.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/libqservice/IQService.h b/libqservice/IQService.h
index 07a9a644..52d72e96 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -78,7 +78,10 @@ public:
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
SET_COLOR_MODE_WITH_RENDER_INTENT = 38,
- SET_COLOR_SAMPLING_ENABLED = 39, // Toggle the collection of display color stats
+ SET_IDLE_PC = 39, // Enable/disable Idle power collapse
+
+ // Start custom transactions from 200
+ SET_COLOR_SAMPLING_ENABLED = 200, // Toggle the collection of display color stats
COMMAND_LIST_END = 400,
};