diff options
author | Long Ling <longling@google.com> | 2022-03-01 04:46:25 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2022-03-01 04:46:25 +0000 |
commit | 0f7f59df363e5fedfcb7e8f96914da10a3f4e85f (patch) | |
tree | 3bfea3d2b97e6c9881d69f0c63b67725fec201e2 /hwc3/impl/HalImpl.h | |
parent | 35f4247980a160118b1ae849fa5ac65f55393088 (diff) | |
parent | dd102650f92ee345c48cf104551dcdcf2998dd73 (diff) |
Merge "hwc3: support SDR dimming in linear or gamma space" into tm-dev
Diffstat (limited to 'hwc3/impl/HalImpl.h')
-rw-r--r-- | hwc3/impl/HalImpl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hwc3/impl/HalImpl.h b/hwc3/impl/HalImpl.h index f48b930..f772ca4 100644 --- a/hwc3/impl/HalImpl.h +++ b/hwc3/impl/HalImpl.h @@ -146,7 +146,8 @@ class HalImpl : public IComposerHal { uint32_t* outDisplayRequestMask, std::vector<int64_t>* outRequestedLayers, std::vector<int32_t>* outRequestMasks, - ClientTargetProperty* outClientTargetProperty) override; + ClientTargetProperty* outClientTargetProperty, + DimmingStage* outDimmingStage) override; int32_t setExpectedPresentTime( int64_t display, const std::optional<ClockMonotonicTimestamp> expectedPresentTime) override; |