From 71443cd17a6001d0aae1314611622a6bb4d466ed Mon Sep 17 00:00:00 2001 From: Ujwal Patel Date: Mon, 24 Feb 2014 18:36:15 -0800 Subject: msm: mdss: add support for 565 macro tile formats Extend macro tile format support to rgb565 and bgr565. Change-Id: Ida93ac7fbf93819b4d20f7392edc7df5a95f7979 Signed-off-by: Ujwal Patel --- include/uapi/linux/msm_mdp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/uapi/linux') diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index fc06f2aea74c..93b57b38aea7 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -151,6 +151,8 @@ enum { MDP_XBGR_8888_TILE, /* XBGR 8888 in tile format */ MDP_BGRX_8888_TILE, /* BGRX 8888 in tile format */ MDP_YCBYCR_H2V1, /* YCbYCr interleave */ + MDP_RGB_565_TILE, /* RGB 565 in tile format */ + MDP_BGR_565_TILE, /* BGR 565 in tile format */ MDP_IMGTYPE_LIMIT, MDP_RGB_BORDERFILL, /* border fill pipe */ MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ -- cgit v1.2.3