display: Relocate delayed_dpms_init_done() from plugins to core 71/294271/4
authorYunhee Seo <yuni.seo@samsung.com>
Thu, 15 Jun 2023 07:25:10 +0000 (16:25 +0900)
committerYunhee Seo <yuni.seo@samsung.com>
Mon, 26 Jun 2023 05:14:40 +0000 (14:14 +0900)
commit977a4b84834b3254d322e4af29d268b82f29bd68
tree2a3cfeee35411ff45d9340ffeb121a7738f31861
parentd17ecd94d8b6be0fa262766c4cc7ac01f9d269ce
display: Relocate delayed_dpms_init_done() from plugins to core

During display init, it is necessary to add a timer to wait for dpms initialization.
Also, that work should be handled in the display.c

Thus, this function is added below display.c
void display_add_timer_for_wating_dpms_init(void);
    -> This replaces add_timer_for_dpms_init()

Change-Id: Icfcc248b54899608a6a0c483df0ae572e0112798
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
src/display/display.h