diff options
author | Alec Mouri <alecmouri@google.com> | 2022-02-24 01:48:53 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-02-24 01:48:53 +0000 |
commit | 3cc984ea8dd1334b68156b6704e809f02ce241d0 (patch) | |
tree | 7699843929e913079fda1f2f287f5b4868d54d4a /hwc3/ComposerClient.cpp | |
parent | 21e656d2438b04d538b7cd20e1b02ea9f8242094 (diff) | |
parent | 86d9463ab7383b080994481887a1359ae27b4523 (diff) |
Merge "Composer reports dimming ratio for client composition instead of nits" into tm-dev
Diffstat (limited to 'hwc3/ComposerClient.cpp')
-rw-r--r-- | hwc3/ComposerClient.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hwc3/ComposerClient.cpp b/hwc3/ComposerClient.cpp index 49d0e80..8638d08 100644 --- a/hwc3/ComposerClient.cpp +++ b/hwc3/ComposerClient.cpp @@ -553,10 +553,8 @@ void ComposerClient::destroyResources() { std::vector<int64_t> requestedLayers; std::vector<int32_t> requestMasks; ClientTargetProperty clientTargetProperty; - float clientWhitePointNits; mHal->validateDisplay(display, &changedLayers, &compositionTypes, &displayRequestMask, - &requestedLayers, &requestMasks, &clientTargetProperty, - &clientWhitePointNits); + &requestedLayers, &requestMasks, &clientTargetProperty); mHal->acceptDisplayChanges(display); ndk::ScopedFileDescriptor presentFence; |