summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-07 22:26:24 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-01-07 22:26:24 +0000
commit1965174d29170893871dc12ec6da4d1031848859 (patch)
treedf3ca639c285fa2ec9bdec830025e94115529666
parentb86b442634ac0341df81c7e0407529790de04797 (diff)
parent0c25f845ff39cabc353624c4a00ac9787da32955 (diff)
downloadcommon-android13-qpr2-s6-release.tar.gz
Change-Id: I9ded6e86900d93939922f010cf9647d7270dca80
-rw-r--r--libhwc2.1/libdevice/ExynosDevice.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/libhwc2.1/libdevice/ExynosDevice.cpp b/libhwc2.1/libdevice/ExynosDevice.cpp
index dfe9038..7a92512 100644
--- a/libhwc2.1/libdevice/ExynosDevice.cpp
+++ b/libhwc2.1/libdevice/ExynosDevice.cpp
@@ -168,7 +168,8 @@ ExynosDevice::ExynosDevice()
mResourceManager->updateRestrictions();
if (mInterfaceType == INTERFACE_TYPE_DRM) {
- setVBlankOffDelay(1);
+ /* disable vblank immediately after updates */
+ setVBlankOffDelay(-1);
}
char value[PROPERTY_VALUE_MAX];