summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorLiu Ying <b17645@freescale.com>2009-12-18 09:46:23 -0500
committerJustin Waters <justin.waters@timesys.com>2010-03-25 14:01:50 -0400
commit4ef62c24f3d671043df2ae3829653218cd0b7960 (patch)
tree9518261dd6e3ec93c44d0498315473eca6b53643 /drivers
parent61192ee04e5cc2624f879d7302c7a6aaf3a8bcf3 (diff)
ENGR00119070 IPUv3 FB:Support DP local alpha in pixel
Modify MXCFB_SET_LOC_ALPHA ioctrl to support DP local alpha with alpha value contained in pixel. Signed-off-by: Liu Ying <b17645@freescale.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/mxc/mxc_ipuv3_fb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/mxc/mxc_ipuv3_fb.c b/drivers/video/mxc/mxc_ipuv3_fb.c
index 39c9fdd207af..3aa04a7e5159 100644
--- a/drivers/video/mxc/mxc_ipuv3_fb.c
+++ b/drivers/video/mxc/mxc_ipuv3_fb.c
@@ -739,7 +739,7 @@ static int mxcfb_ioctl(struct fb_info *fbi, unsigned int cmd, unsigned long arg)
break;
}
- if (la.enable) {
+ if (la.enable && !la.alpha_in_pixel) {
mxc_fbi->alpha_chan_en = true;
if (mxc_fbi->ipu_ch == MEM_FG_SYNC)