display: Move getter and setter display frame rate from plugins to core display module 08/288608/8
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 20 Feb 2023 08:23:16 +0000 (17:23 +0900)
committeryunhee <yuni.seo@samsung.com>
Mon, 20 Mar 2023 07:00:37 +0000 (16:00 +0900)
commite3265620ec8eae1044bd857cd41c49060db97f19
treedba1ec86e7300bf2815eb5bbaf6ee726b4df9dba
parentd555b26f17fb31eda0c6b417167d0759a2e55020
display: Move getter and setter display frame rate from plugins to core display module

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

int display_panel_set_frame_rate(int frame_rate);
int display_panel_get_frame_rate(int *frame_rate);
-> With these getter and setter, it is possible to get and set display frame rate value.

Change-Id: Ie12367bbc0177fdfc3119ec059b75ce89f9055d6
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-dbus.c
src/display/display-panel.c
src/display/display-panel.h