summaryrefslogtreecommitdiff
authorStark Li <stark.li@amlogic.com>2016-10-20 08:01:18 (GMT)
committer Stark Li <stark.li@amlogic.com>2016-10-20 08:01:18 (GMT)
commitff899eb334552e6f584c972ed228fea078a1d340 (patch)
tree7b96fe4ad8890a156759ef6683c5cbffa7051765
parentd7340ec57cbed3655f1b248f111eb529d266353f (diff)
downloadhwcomposer-ff899eb334552e6f584c972ed228fea078a1d340.zip
hwcomposer-ff899eb334552e6f584c972ed228fea078a1d340.tar.gz
hwcomposer-ff899eb334552e6f584c972ed228fea078a1d340.tar.bz2
PD#132792: fix Riptide GP 2 black screen
Change-Id: I163490fc3a77aaa827590c46c68c446318966ec5
Diffstat
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/hwc2/common/devices/PhysicalDevice.cpp b/hwc2/common/devices/PhysicalDevice.cpp
index cf316da..4b78120 100644
--- a/hwc2/common/devices/PhysicalDevice.cpp
+++ b/hwc2/common/devices/PhysicalDevice.cpp
@@ -473,6 +473,7 @@ int32_t PhysicalDevice::postFramebuffer(int32_t* outRetireFence) {
if (*outRetireFence < -1) err = HWC2_ERROR_NOT_VALIDATED;
*outRetireFence -1;
}
+ mTargetAcquireFence = -1;
// finally we need to update cursor's blank status
if (cbinfo->fd > 0 && cursorShow != mCursorContext->getCursorStatus()) {