From e1a1ae098a6d98601aa7e757b2dbb1318a391a74 Mon Sep 17 00:00:00 2001 From: Hyungwon Hwang Date: Fri, 15 Nov 2013 16:10:42 +0900 Subject: [PATCH] MAINLINE video:lcd:s6e8ax0: increase screen gamma. Change gamma table to increase the brightness of s6e8ax0 panel. Change-Id: I6b21022fb90bbb14160c0426a776d73c9590345b Signed-off-by: Hyungwon Hwang --- drivers/video/s6e8ax0.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/video/s6e8ax0.c b/drivers/video/s6e8ax0.c index 8494817..950f63c 100644 --- a/drivers/video/s6e8ax0.c +++ b/drivers/video/s6e8ax0.c @@ -56,11 +56,12 @@ static void s6e8ax0_display_cond(struct mipi_dsim_device *dsim_dev) static void s6e8ax0_gamma_cond(struct mipi_dsim_device *dsim_dev) { struct mipi_dsim_master_ops *ops = dsim_dev->master_ops; - /* 7500K 2.2 Set : 30cd */ + + /* 7500K 2.2 Set (SM2, 300cd) */ static const unsigned char data_to_send[] = { - 0xfa, 0x01, 0x60, 0x10, 0x60, 0xf5, 0x00, 0xff, 0xad, - 0xaf, 0xba, 0xc3, 0xd8, 0xc5, 0x9f, 0xc6, 0x9e, 0xc1, - 0xdc, 0xc0, 0x00, 0x61, 0x00, 0x5a, 0x00, 0x74, + 0xfa, 0x01, 0x58, 0x1f, 0x63, 0xac, 0xb4, 0x99, 0xad, + 0xba, 0xa3, 0xc0, 0xc8, 0xbb, 0x93, 0x9f, 0x8b, 0xad, + 0xb4, 0xa7, 0x00, 0xbe, 0x00, 0xab, 0x00, 0xe7 }; ops->cmd_write(dsim_dev, MIPI_DSI_DCS_LONG_WRITE, -- 2.7.4