From 75f9319b67f01100c19da41553e2af9ee85f9d59 Mon Sep 17 00:00:00 2001 From: Ramkumar Radhakrishnan Date: Fri, 6 May 2016 15:21:44 -0700 Subject: msm: mdss: update CSC 10 bit matrix table with appropriate values Update CSC 10 bit YUV2RGB matrix table with appropriate values to avoid any color conversion issues. Change-Id: Iaf740873a6814cd9211acf4de4042c7cefecd64d CRs-Fixed: 997593 Signed-off-by: Ramkumar Radhakrishnan --- drivers/video/fbdev/msm/mdss_mdp_pp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers') diff --git a/drivers/video/fbdev/msm/mdss_mdp_pp.c b/drivers/video/fbdev/msm/mdss_mdp_pp.c index 9c8b6684e1b3..6b37100a78bf 100644 --- a/drivers/video/fbdev/msm/mdss_mdp_pp.c +++ b/drivers/video/fbdev/msm/mdss_mdp_pp.c @@ -130,7 +130,7 @@ struct mdp_csc_cfg mdp_csc_10bit_convert[MDSS_MDP_MAX_CSC] = { 0x0254, 0xff37, 0xfe60, 0x0254, 0x0409, 0x0000, }, - { 0xffc0, 0xffe0, 0xffe0,}, + { 0xffc0, 0xfe00, 0xfe00,}, { 0x0, 0x0, 0x0,}, { 0x40, 0x3ac, 0x40, 0x3c0, 0x40, 0x3c0,}, { 0x0, 0x3ff, 0x0, 0x3ff, 0x0, 0x3ff,}, @@ -142,7 +142,7 @@ struct mdp_csc_cfg mdp_csc_10bit_convert[MDSS_MDP_MAX_CSC] = { 0x0200, 0xff50, 0xfe92, 0x0200, 0x038b, 0x0000, }, - { 0x0000, 0xffe0, 0xffe0,}, + { 0x0000, 0xfe00, 0xfe00,}, { 0x0, 0x0, 0x0,}, { 0x0, 0x3ff, 0x0, 0x3ff, 0x0, 0x3ff,}, { 0x0, 0x3ff, 0x0, 0x3ff, 0x0, 0x3ff,}, -- cgit v1.2.3