Introduce 3 level AOD brightness 54/227254/1 accepted/tizen/5.5/unified/20200311.131001 submit/tizen_5.5/20200311.031543
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 11 Mar 2020 00:53:16 +0000 (09:53 +0900)
committerHyotaek Shim <hyotaek.shim@samsung.com>
Wed, 11 Mar 2020 03:08:21 +0000 (03:08 +0000)
Change-Id: Ie8d980be45455bb45e29f893592101a382247668
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit 3afe9b27685260317588ffc2b5b314bb68fdfaf8)

hw/display.h [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 087a2e1..dcea233
@@ -86,6 +86,9 @@ struct display_device {
        /* Control AOD mode */
        int (*get_aod_mode)(enum display_aod_mode *mode);
 
+       /* Control AOD brightness */
+       int (*get_aod_brightness)(int *max, int *normal, int *min);
+
        /* Control display frame rate */
        int (*get_max_frame_rate)(int *rate);
        int (*get_min_frame_rate)(int *rate);