summaryrefslogtreecommitdiff
path: root/include
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 /include
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 'include')
-rw-r--r--include/linux/mxcfb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mxcfb.h b/include/linux/mxcfb.h
index f7d60a3377d3..f0ea365753a9 100644
--- a/include/linux/mxcfb.h
+++ b/include/linux/mxcfb.h
@@ -37,6 +37,7 @@ struct mxcfb_gbl_alpha {
struct mxcfb_loc_alpha {
int enable;
+ int alpha_in_pixel;
unsigned long alpha_phy_addr0;
unsigned long alpha_phy_addr1;
};