display: Move set brightness with delay function from plugins to core display module 80/288980/9
authorYunhee Seo <yuni.seo@samsung.com>
Mon, 27 Feb 2023 06:30:14 +0000 (15:30 +0900)
committeryunhee <yuni.seo@samsung.com>
Mon, 20 Mar 2023 08:04:03 +0000 (17:04 +0900)
commitf9ba96c337e2d5bf72f7b44493b6ad4b64dffe8f
tree64ef8da480c5923ea224b67286896badffdfdaf8
parentfc615fd163508e350eb589a533b1f5c7f7571500
display: Move set brightness with delay function from plugins to core display module

Move plugin static function to core(display module).
This is for moving backlight_ops functions related to brightess without dependency.

int display_backlight_set_brightness_with_delay(int brightness, int delay)
-> This function replaces the static bl_brt function located in plugins.

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