summaryrefslogtreecommitdiff
path: root/sdm/libs/hwc2/hwc_session.cpp
diff options
context:
space:
mode:
authorRamakant Singh <ramakant@codeaurora.org>2019-09-20 09:43:29 +0530
committerRamakant Singh <ramakant@codeaurora.org>2019-09-20 09:43:29 +0530
commitd73d023c9b7587c55ede6c39eb930c10b6252ea3 (patch)
tree64f2e7fd4fa06b689183b1370540208750d0fc7d /sdm/libs/hwc2/hwc_session.cpp
parenta92d874dd6b8a51d7a7c2a254473197616cb27d9 (diff)
hwc2: Start IDisplayConfig after composer init done.
Change-Id: Iabcc9b85cbacbc585f5eab8534e4589924e14111 CRs-Fixed: 2530738
Diffstat (limited to 'sdm/libs/hwc2/hwc_session.cpp')
-rw-r--r--sdm/libs/hwc2/hwc_session.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdm/libs/hwc2/hwc_session.cpp b/sdm/libs/hwc2/hwc_session.cpp
index 64af9264..255a589d 100644
--- a/sdm/libs/hwc2/hwc_session.cpp
+++ b/sdm/libs/hwc2/hwc_session.cpp
@@ -205,7 +205,6 @@ int HWCSession::Init() {
return -EINVAL;
}
- StartServices();
HWCDebugHandler::Get()->GetProperty(ENABLE_NULL_DISPLAY_PROP, &null_display_mode_);
HWCDebugHandler::Get()->GetProperty(DISABLE_HOTPLUG_BWCHECK, &disable_hotplug_bwcheck_);
HWCDebugHandler::Get()->GetProperty(DISABLE_MASK_LAYER_HINT, &disable_mask_layer_hint_);
@@ -229,6 +228,7 @@ int HWCSession::Init() {
}
is_composer_up_ = true;
+ StartServices();
return 0;
}