summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.cpp
diff options
context:
space:
mode:
authorJoen Chen <joenchen@google.com>2022-04-08 07:22:11 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2022-04-08 07:22:11 +0000
commitc04f1df25442d6caa72231a9cd784ce5fd8c99d1 (patch)
treed8e45f4175b6c0d4b4b4ab552d2e215af86f7bb9 /hwc3/impl/HalImpl.cpp
parent5fb2b2e3057510c14a68d947552adf3bbdcc90cb (diff)
parent9f268398c5177ae353b615e8e4ea7614c1984ff9 (diff)
Merge "HWC supports boot config API" into tm-dev
Diffstat (limited to 'hwc3/impl/HalImpl.cpp')
-rw-r--r--hwc3/impl/HalImpl.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/hwc3/impl/HalImpl.cpp b/hwc3/impl/HalImpl.cpp
index 1029fe8..0114d2d 100644
--- a/hwc3/impl/HalImpl.cpp
+++ b/hwc3/impl/HalImpl.cpp
@@ -126,6 +126,8 @@ void HalImpl::initCaps() {
h2a::translate(hwcCap, cap);
mCaps.insert(cap);
}
+
+ mCaps.insert(Capability::BOOT_DISPLAY_CONFIG);
}
int32_t HalImpl::getHalDisplay(int64_t display, ExynosDisplay*& halDisplay) {