video:lcd:s6e8ax0: increase screen gamma.
authorHyungwon Hwang <human.hwang@samsung.com>
Fri, 15 Nov 2013 07:10:42 +0000 (16:10 +0900)
committerPrzemyslaw Marczak <p.marczak@samsung.com>
Wed, 13 May 2015 13:03:34 +0000 (15:03 +0200)
Change gamma table to increase the brightness of s6e8ax0 panel.

Change-Id: I6b21022fb90bbb14160c0426a776d73c9590345b
Signed-off-by: Hyungwon Hwang <human.hwang@samsung.com>
drivers/video/s6e8ax0.c

index 8494817..950f63c 100644 (file)
@@ -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,