summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorRobby Cai <R63905@freescale.com>2012-09-28 17:25:25 +0800
committerRobby Cai <R63905@freescale.com>2012-09-29 19:33:30 +0800
commit6d2956ce068c094400e7e6721c1ec6865f5750d7 (patch)
treefaed3c402bce5783a72fecdb480f0ea12f976e1b /drivers
parent49077ae2cb8369d83855db34abc96eb51fadeb6a (diff)
ENGR00225981-2 pxp: fix the coefficient for the YCbCr-RGB CSC
Fix the coefficient for the YCbCr-RGB Color space conversion. Signed-off-by: Robby Cai <R63905@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/dma/pxp/pxp_dma_v2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/dma/pxp/pxp_dma_v2.c b/drivers/dma/pxp/pxp_dma_v2.c
index 90e675d979ec..b74f62cac032 100644
--- a/drivers/dma/pxp/pxp_dma_v2.c
+++ b/drivers/dma/pxp/pxp_dma_v2.c
@@ -657,7 +657,7 @@ static void pxp_set_csc(struct pxps *pxp)
/* CSC1 - YUV->RGB */
__raw_writel(0x84ab01f0, pxp->base + HW_PXP_CSC1_COEF0);
- __raw_writel(0x01230204, pxp->base + HW_PXP_CSC1_COEF1);
+ __raw_writel(0x01980204, pxp->base + HW_PXP_CSC1_COEF1);
__raw_writel(0x0730079c, pxp->base + HW_PXP_CSC1_COEF2);
/* CSC2 - Bypass */