display: Initialize display core device 31/290231/4
authorYoungjae Cho <y0.cho@samsung.com>
Tue, 21 Mar 2023 01:21:16 +0000 (10:21 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Mon, 27 Mar 2023 04:41:20 +0000 (13:41 +0900)
commit4fe6d224bd127235118705c8668f5337db83d64a
tree6d3c6892aaf3c2292125fb6b1f4df08eadacee60
parentb8f31ad6992f2ff196e0ef59bbdd186792a87fe8
display: Initialize display core device

The display device is now added to the deviced core translation unit.
The existing display plugin devices are changed not to be initialized
by default. Instead its initialization is triggered by display core
device.

Change-Id: I864b8f7aa594c56076286e2d7d7516bee11f2245
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
CMakeLists.txt
plugins/iot-headed/display/core.c
plugins/iot-headless/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/display.c [new file with mode: 0644]