| commit | 90604c57c22a700e669b217fbd561047e648df85 | [log] [tgz] |
|---|---|---|
| author | Naseer Ahmed <naseer@codeaurora.org> | Wed Aug 03 22:03:51 2016 -0400 |
| committer | Naseer Ahmed <naseer@codeaurora.org> | Wed Aug 03 22:03:51 2016 -0400 |
| tree | 9b3beb2b17e83b429ad91656c15fbc6818a38955 | |
| parent | 16c72b9769538c82284b9ee3a2525cb3b367b178 [diff] |
hwc2: Store output buffer handle correctly Change-Id: I409b3752d7063baf78e87fc74fa897b5c4ead507
diff --git a/sdm/libs/hwc2/hwc_display_virtual.cpp b/sdm/libs/hwc2/hwc_display_virtual.cpp index 90e3015..787640c 100644 --- a/sdm/libs/hwc2/hwc_display_virtual.cpp +++ b/sdm/libs/hwc2/hwc_display_virtual.cpp
@@ -174,6 +174,7 @@ output_buffer_->acquire_fence_fd = dup(release_fence); if (output_handle) { + output_handle_ = output_handle; output_buffer_->buffer_id = reinterpret_cast<uint64_t>(output_handle); int output_handle_format = output_handle->format;