display: Relocate delayed_init_done 33/295633/2
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 10 Jul 2023 06:28:18 +0000 (15:28 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Wed, 12 Jul 2023 09:42:37 +0000 (18:42 +0900)
commite60d90d153b840c08cc677b5448a2e48354fe3cb
treec4c081906f3e3b840c3cb3a2a27df472c4b9582e
parent3b722d9423cee31d2be20a04ac4773d2c9abe2d9
display: Relocate delayed_init_done

delayed_init_done is used from all plugins with the same logic.
This function is used to unlock INTERNAL_LOCK_BOOTING after display initialization.
Because INTERNAL_LOCK_BOOTING is caught while display is initialized.

Thus, delayed_init_done is moved to display.c

Change-Id: Id6e23dd5b10de8d20edce22715972a829c95b49e
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/core.c
plugins/mobile/display/core.c
plugins/tv/display/core.c
plugins/wearable/display/core.c
src/display/display.c