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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user