Introduce 3 level AOD brightness 42/227242/2
authorYoungjae Cho <y0.cho@samsung.com>
Wed, 11 Mar 2020 00:53:16 +0000 (09:53 +0900)
committerYoungjae Cho <y0.cho@samsung.com>
Wed, 11 Mar 2020 00:54:33 +0000 (09:54 +0900)
Change-Id: Ie8d980be45455bb45e29f893592101a382247668
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
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);