aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/backlight/smart_dimming.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/video/backlight/smart_dimming.c')
-rw-r--r--drivers/video/backlight/smart_dimming.c11
1 files changed, 10 insertions, 1 deletions
diff --git a/drivers/video/backlight/smart_dimming.c b/drivers/video/backlight/smart_dimming.c
index 42438ad..5f8bea0 100644
--- a/drivers/video/backlight/smart_dimming.c
+++ b/drivers/video/backlight/smart_dimming.c
@@ -167,6 +167,14 @@ const unsigned char gamma_300cd_d2[] = {
0x00, 0xBD, 0x00, 0xAC, 0x00, 0xDE,
};
+/* SM2, C1/M0 4.8" - D*/
+const unsigned char gamma_300cd_60[] = {
+ 0x3F, 0x12, 0x41, 0xB4, 0xCB, 0xB0,
+ 0xB2, 0xC4, 0xB2, 0xC4, 0xCF, 0xC2,
+ 0x9A, 0xA7, 0x97, 0xB2, 0xBA, 0xB0,
+ 0x00, 0xA0, 0x00, 0x98, 0x00, 0xB7,
+};
+
const unsigned char *gamma_300cd_list[GAMMA_300CD_MAX] = {
gamma_300cd_23,
gamma_300cd_33,
@@ -182,11 +190,12 @@ const unsigned char *gamma_300cd_list[GAMMA_300CD_MAX] = {
gamma_300cd_8e,
gamma_300cd_ae,
gamma_300cd_d2,
+ gamma_300cd_60,
};
const unsigned char gamma_id_list[GAMMA_300CD_MAX] = {
0x23, 0x33, 0x43, 0x53, 0x63, 0x73, 0x83, 0x20,
- 0x2a, 0x29, 0x4e, 0x8e, 0xae, 0xd2
+ 0x2a, 0x29, 0x4e, 0x8e, 0xae, 0xd2, 0x60
};
static s16 s9_to_s16(s16 v)