diff options
| author | Ramkumar Radhakrishnan <ramkumar@codeaurora.org> | 2016-05-06 15:21:44 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-09 18:35:31 -0700 |
| commit | 75f9319b67f01100c19da41553e2af9ee85f9d59 (patch) | |
| tree | 9b39108c7f8d0ee096f7d06bcc32f01bc8b0ecaf | |
| parent | e5617d8758aaf325832ff90977c82aea0fd0a33e (diff) | |
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 <ramkumar@codeaurora.org>
| -rw-r--r-- | drivers/video/fbdev/msm/mdss_mdp_pp.c | 4 |
1 files changed, 2 insertions, 2 deletions
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,}, |
