summaryrefslogtreecommitdiff
Diffstat
-rw-r--r--hwc2/common/base/HwcLayer.cpp2
-rw-r--r--hwc2/common/base/HwcModule.cpp2
-rw-r--r--hwc2/common/composers/GE2DComposer.cpp1
-rw-r--r--hwc2/common/composers/GE2DComposer.h2
-rw-r--r--hwc2/common/devices/PhysicalDevice.cpp2
5 files changed, 6 insertions, 3 deletions
diff --git a/hwc2/common/base/HwcModule.cpp b/hwc2/common/base/HwcModule.cpp
index 9b3a34b..5af1713 100644
--- a/hwc2/common/base/HwcModule.cpp
+++ b/hwc2/common/base/HwcModule.cpp
@@ -544,6 +544,8 @@ hwc2_function_pointer_t hwc2_getFunction(struct hwc2_device* device,
return reinterpret_cast<hwc2_function_pointer_t>(getActiveConfig);
case HWC2_FUNCTION_GET_CHANGED_COMPOSITION_TYPES:
return reinterpret_cast<hwc2_function_pointer_t>(getChangedCompositionTypes);
+ case HWC2_FUNCTION_GET_CLIENT_TARGET_SUPPORT:
+ return reinterpret_cast<hwc2_function_pointer_t>(getClientTargetSupport);
case HWC2_FUNCTION_GET_COLOR_MODES:
return reinterpret_cast<hwc2_function_pointer_t>(getColorModes);
case HWC2_FUNCTION_GET_DISPLAY_ATTRIBUTE: