From 1b119c3f6d176834975bc6dc815178bd2afc367a Mon Sep 17 00:00:00 2001 From: Vishnuvardhan Prodduturi Date: Fri, 1 Aug 2014 21:11:45 +0530 Subject: msm: mdss: Support ARGB1555 and ARGB4444 Add support for ARGB1555 and ARGB4444 formats in mdp. Change-Id: I6000316d177d9988eabcca8f43131e3a9f636961 Signed-off-by: Vishnuvardhan Prodduturi --- include/uapi/linux/msm_mdp.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index d92e545c5c8c..cf3a03869369 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -160,6 +160,10 @@ enum { MDP_YCBYCR_H2V1, /* YCbYCr interleave */ MDP_RGB_565_TILE, /* RGB 565 in tile format */ MDP_BGR_565_TILE, /* BGR 565 in tile format */ + MDP_ARGB_1555, /*ARGB 1555*/ + MDP_RGBA_5551, /*RGBA 5551*/ + MDP_ARGB_4444, /*ARGB 4444*/ + MDP_RGBA_4444, /*RGBA 4444*/ MDP_IMGTYPE_LIMIT, MDP_RGB_BORDERFILL, /* border fill pipe */ MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ -- cgit v1.2.3