display: Move getter and setter panel mode from plugins to core display module 03/288603/10
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 20 Feb 2023 07:50:57 +0000 (16:50 +0900)
committeryunhee <yuni.seo@samsung.com>
Mon, 20 Mar 2023 07:00:18 +0000 (16:00 +0900)
commitd555b26f17fb31eda0c6b417167d0759a2e55020
tree8a404be77b0afc14b923687dc81358101c15f3d4
parent1db7b01e325710efcfceb049a9b7ba4b617f071b
display: Move getter and setter panel mode from plugins to core display module

Remove and redefine panel mode getter/setter.
These functions are added below display-panel.

int display_panel_set_panel_mode(enum display_panel_mode mode);
int display_panel_get_panel_mode(enum display_panel_mode *mode);
-> With display_panel_mode enum type, it is possible to get and set panel mode type.

Change-Id: Ideb2a6867e79ae7f9e7a51cb6386edcc32244cf4
Signed-off-by: Yunhee Seo <yuni.seo@samsung.com>
plugins/iot-headed/display/device-interface.c
plugins/mobile/display/device-interface.c
plugins/tv/display/device-interface.c
plugins/wearable/display/device-interface.c
src/display/device-interface.h
src/display/display-panel.c
src/display/display-panel.h