diff options
-rw-r--r-- | hwc3/impl/HalImpl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc3/impl/HalImpl.cpp b/hwc3/impl/HalImpl.cpp index e2be900..1029fe8 100644 --- a/hwc3/impl/HalImpl.cpp +++ b/hwc3/impl/HalImpl.cpp @@ -414,7 +414,7 @@ int32_t HalImpl::getDisplayPhysicalOrientation(int64_t display, RET_IF_ERR(halDisplay->getMountOrientation(&hwcOrientation)); h2a::translate(hwcOrientation, *orientation); - return HWC2_ERROR_UNSUPPORTED; + return HWC2_ERROR_NONE; } int32_t HalImpl::getDozeSupport(int64_t display, bool& support) { |