sdm: Support ControlPartialUpdate api in libqdutils

Implement CONTROL_PARTIAL_UPDATE binder support. DPSS module
use this api to control partial update feature.

Remove support for sdm.partial_update property as it is no
longer applicable.

Change-Id: Ib463aff0042dcfc0d0b2f296b54016b1ee70115d
This commit is contained in:
Manoj Kumar AVM
2015-06-22 18:02:46 -07:00
parent a4e6885ef9
commit 2d019a43f6
17 changed files with 154 additions and 26 deletions

View File

@@ -73,13 +73,6 @@ bool Debug::IsDecimationDisabled() {
return (value == 1);
}
bool Debug::IsPartialUpdateEnabled() {
int value = 0;
debug_.debug_handler_->GetProperty("sdm.partial_update", &value);
return (value == 1);
}
int Debug::GetMaxPipesPerMixer(DisplayType display_type) {
int value = -1;
switch (display_type) {