summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sdm/libs/core/fb/hw_device.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/sdm/libs/core/fb/hw_device.cpp b/sdm/libs/core/fb/hw_device.cpp
index 2e9e334cd..097ad8bfc 100644
--- a/sdm/libs/core/fb/hw_device.cpp
+++ b/sdm/libs/core/fb/hw_device.cpp
@@ -437,6 +437,8 @@ DisplayError HWDevice::Commit(HWLayers *hw_layers) {
if (hw_rotator_session->hw_block_count) {
input_buffer = &hw_rotator_session->output_buffer;
+ input_buffer->release_fence_fd = Sys::dup_(mdp_commit.release_fence);
+ continue;
}
// Make sure the release fence is duplicated only once for each buffer.