summaryrefslogtreecommitdiffstats
path: root/sdm/libs/hwc2/hwc_display.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdm/libs/hwc2/hwc_display.h')
-rw-r--r--sdm/libs/hwc2/hwc_display.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/sdm/libs/hwc2/hwc_display.h b/sdm/libs/hwc2/hwc_display.h
index 5dfe3c01..49406785 100644
--- a/sdm/libs/hwc2/hwc_display.h
+++ b/sdm/libs/hwc2/hwc_display.h
@@ -255,6 +255,9 @@ class HWCDisplay : public DisplayEventHandler {
return HWC2::Error::None;
}
virtual HWC2::Error GetValidateDisplayOutput(uint32_t *out_num_types, uint32_t *out_num_requests);
+ virtual HWC2::Error ControlIdlePowerCollapse(bool enable, bool synchronous) {
+ return HWC2::Error::Unsupported;
+ }
protected:
// Maximum number of layers supported by display manager.