summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilson Sung <wilsonsung@google.com>2022-10-05 20:51:59 +0800
committerWilson Sung <wilsonsung@google.com>2022-10-05 21:00:33 +0800
commit228b63b1d4a81d3b8cb5ad472ceac27a5a879ba4 (patch)
tree16a41387d824929c64b1a8ec8426c6d060ada996
parent433be03f38eb5f5f360c3cd7ac3a2d8b1797656e (diff)
parent6c96838c4efdea70656699e0be34fbf47bba4f86 (diff)
downloadlynx-228b63b1d4a81d3b8cb5ad472ceac27a5a879ba4.tar.gz
Merge 'partner/android13-gs-pixel-5.10-tm-qpr1' into qpr2
Bug: 246922524 Signed-off-by: Wilson Sung <wilsonsung@google.com> Change-Id: Iee46b4510547851c16f51fe4ad02d60fb97cbda1
-rw-r--r--display/panel-samsung-s6e3fc5.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/display/panel-samsung-s6e3fc5.c b/display/panel-samsung-s6e3fc5.c
index e3c80e2..002e608 100644
--- a/display/panel-samsung-s6e3fc5.c
+++ b/display/panel-samsung-s6e3fc5.c
@@ -800,7 +800,7 @@ const struct brightness_capability s6e3fc5_brightness_capability = {
.normal = {
.nits = {
.min = 2,
- .max = 500,
+ .max = 600,
},
.level = {
.min = 4,
@@ -808,12 +808,12 @@ const struct brightness_capability s6e3fc5_brightness_capability = {
},
.percentage = {
.min = 0,
- .max = 50,
+ .max = 60,
},
},
.hbm = {
.nits = {
- .min = 550,
+ .min = 600,
.max = 1000,
},
.level = {
@@ -821,7 +821,7 @@ const struct brightness_capability s6e3fc5_brightness_capability = {
.max = 4095,
},
.percentage = {
- .min = 50,
+ .min = 60,
.max = 100,
},
},