summaryrefslogtreecommitdiff
path: root/moorefield_hdmi/common/devices/PhysicalDevice.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'moorefield_hdmi/common/devices/PhysicalDevice.cpp')
-rwxr-xr-xmoorefield_hdmi/common/devices/PhysicalDevice.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/moorefield_hdmi/common/devices/PhysicalDevice.cpp b/moorefield_hdmi/common/devices/PhysicalDevice.cpp
index 6b477ae..966a90a 100755
--- a/moorefield_hdmi/common/devices/PhysicalDevice.cpp
+++ b/moorefield_hdmi/common/devices/PhysicalDevice.cpp
@@ -125,6 +125,10 @@ bool PhysicalDevice::commit(hwc_display_contents_1_t *display, IDisplayContext *
if (!display || !context || !mLayerList || mBlank) {
return true;
}
+
+ /* Sync the arguments of Frame Buffer Target layer updated in SurfaceFlinger. */
+ mLayerList->updateFBT(display);
+
return context->commitContents(display, mLayerList);
}