commit | cd018359974f9bfd616d3d8a65e31b9024d6c8b0 | [log] [tgz] |
---|---|---|
author | Saurabh Shah <saurshah@codeaurora.org> | Tue Nov 11 13:54:19 2014 -0800 |
committer | Saurabh Shah <saurshah@codeaurora.org> | Tue Nov 11 13:54:19 2014 -0800 |
tree | f0165c61224527765e61eb873c9b32d894df0225 | |
parent | a48f02d0ab5f9a97ce603e8b8f83f6fbd691569a [diff] |
hwc/qservice: Add support for toggling bwc over binder Remove support for toggling BWC via property and add support to toggle BWC over binder. This will take effect only on targets where the driver enables BWC. Example to disable BWC: adb shell service call display.qservice 17 i32 0 Where 17 is the code to toggle BWC, 0 to disable. Change-Id: Ie534ab4643a72d47f5a985fe0b32e134bf0e7af3