summaryrefslogtreecommitdiff
path: root/libqservice
diff options
context:
space:
mode:
authorRamkumar Radhakrishnan <ramkumar@codeaurora.org>2015-02-10 17:12:44 -0800
committerRamkumar Radhakrishnan <ramkumar@codeaurora.org>2015-03-19 15:21:21 -0700
commite5f6775793493403c61f0c73162152a4dd94a4ff (patch)
tree2d2b042961dda210532c0b570b6a926d07fe4733 /libqservice
parent0b147bcab04b7ffe70e0fc1dc608cb179e9cbfc9 (diff)
downloaddisplay-e5f6775793493403c61f0c73162152a4dd94a4ff.tar.gz
sde: Add binder support to set maximum mixer stages.
Add binder support to set maximum mixer stages for each displays. Syntax: adb shell "service call display.qservice 13 i32 <DISPLAY_TYPE> i32 <MAX_STAGE_COUNT>" DISPLAY_TYPE = Set bit 1 -> To enable dump on primary display Set bit 2 -> To enable dump on hdmi display Set bit 3 -> To enable dump on virtual display MAX_STAGE_COUNT = 3 -> Set the max layer mixer stages to 3. Set max_mixer stages all displays to 3: adb shell "service call display.qservice 13 i32 7 i32 3" Change-Id: I10d521308077efca6a532fb679c04066bae9e8d3
Diffstat (limited to 'libqservice')
-rw-r--r--libqservice/IQService.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/libqservice/IQService.h b/libqservice/IQService.h
index 932d670a..6a9d7f85 100644
--- a/libqservice/IQService.h
+++ b/libqservice/IQService.h
@@ -91,12 +91,6 @@ public:
ENABLE_PARTIAL_UPDATE,
};
- enum {
- DUMP_PRIMARY_DISPLAY,
- DUMP_HDMI_DISPLAY,
- DUMP_VIRTUAL_DISPLAY,
- };
-
// Register a HWC client that can be notified
// This client is generic and is intended to get
// dispatches of all events calling into QService