summaryrefslogtreecommitdiff
path: root/hwc3/impl/HalImpl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'hwc3/impl/HalImpl.cpp')
-rw-r--r--hwc3/impl/HalImpl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/hwc3/impl/HalImpl.cpp b/hwc3/impl/HalImpl.cpp
index 8da3c0e..f70457f 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) {