summaryrefslogtreecommitdiff
path: root/sdm/libs/hwc2/Android.mk
diff options
context:
space:
mode:
authorRamkumar Radhakrishnan <ramkumar@codeaurora.org>2018-07-23 18:10:41 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2018-08-09 13:51:01 -0700
commitf985d485e0bf97acdbd50a46a287f93f368b1b26 (patch)
treef9921947c0e52cb32a325351ee67229b1c4be727 /sdm/libs/hwc2/Android.mk
parent64cb336733296415ac57c781db4ecdd671db3877 (diff)
downloaddisplay-f985d485e0bf97acdbd50a46a287f93f368b1b26.tar.gz
sdm: Define client interface to enable/disable idle pc
1. Define client interface to enable/disable idle power collapse 2. Maintain refcount to handle concurrent enable/disable 3. Trigger the screen refresh and wait for the next frame commit done event before returning the control to the client on disable idle pc 4. Enable idle pc on suspend and reset the refcount 5. Add binder support to enable/disable idle pc CRs-Fixed: 2255316 Change-Id:Ibcaf9d4edca502cc91e9b201be822bd48313a635
Diffstat (limited to 'sdm/libs/hwc2/Android.mk')
-rw-r--r--sdm/libs/hwc2/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/sdm/libs/hwc2/Android.mk b/sdm/libs/hwc2/Android.mk
index a8f259b6..6edbf5f0 100644
--- a/sdm/libs/hwc2/Android.mk
+++ b/sdm/libs/hwc2/Android.mk
@@ -33,6 +33,11 @@ endif
ifeq ($(display_config_version), DISPLAY_CONFIG_1_2)
LOCAL_SHARED_LIBRARIES += vendor.display.config@1.2 vendor.display.config@1.1
endif
+ifeq ($(display_config_version), DISPLAY_CONFIG_1_3)
+LOCAL_SHARED_LIBRARIES += vendor.display.config@1.1
+LOCAL_SHARED_LIBRARIES += vendor.display.config@1.2
+LOCAL_SHARED_LIBRARIES += vendor.display.config@1.3
+endif
LOCAL_SRC_FILES := hwc_session.cpp \
hwc_session_services.cpp \