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
13 files changed