projects
/
platform
/
core
/
system
/
libdevice-node.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1606093
)
Add charging threshold for get_aod_brightness()
10/231610/1
accepted/tizen/5.5/unified/20200427.094530
submit/tizen_5.5/20200424.054621
author
Youngjae Cho
<y0.cho@samsung.com>
Wed, 22 Apr 2020 06:46:10 +0000
(15:46 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Thu, 23 Apr 2020 04:06:22 +0000
(
04:06
+0000)
Change-Id: I740aa8b11b9f486ea00b77303cf379539bceecb9
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
(cherry picked from commit
e73a15b7e745490c30da329ed2565a2b40e7ccee
)
hw/display.h
patch
|
blob
|
history
diff --git
a/hw/display.h
b/hw/display.h
index bf97823263281437d158c1097794a00217437f86..8ec5c0c5fa3eb19e516a7e960c2940561a81c80e 100755
(executable)
--- a/
hw/display.h
+++ b/
hw/display.h
@@
-88,7
+88,7
@@
struct display_device {
int (*get_aod_mode)(enum display_aod_mode *mode);
/* Control AOD brightness */
- int (*get_aod_brightness)(int *max, int *normal, int *min);
+ int (*get_aod_brightness)(int *max, int *normal, int *min
, int *charging
);
/* Control display frame rate */
int (*get_max_frame_rate)(int *rate);