diff options
| author | Vishnuvardhan Prodduturi <vproddut@codeaurora.org> | 2014-08-01 21:11:45 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:33:24 -0700 |
| commit | 1b119c3f6d176834975bc6dc815178bd2afc367a (patch) | |
| tree | 2a4b226cd173ad1371ec0d27c466cf2f5771d6b0 /include/uapi/linux | |
| parent | 25610710afa5f0eaa72580d61028e3b207b73f00 (diff) | |
msm: mdss: Support ARGB1555 and ARGB4444
Add support for ARGB1555 and ARGB4444 formats in
mdp.
Change-Id: I6000316d177d9988eabcca8f43131e3a9f636961
Signed-off-by: Vishnuvardhan Prodduturi <vproddut@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |
