diff options
| author | Ramkumar Radhakrishnan <ramkumar@codeaurora.org> | 2013-08-06 20:50:52 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:20:15 -0700 |
| commit | 8fa6bf3620257eb318cb7b1faf64e02ceae06223 (patch) | |
| tree | 878ec8f0262c3912a5855d9c4d12964bfe5140c7 /include/uapi | |
| parent | 36055b3a1a502c54d8131b0e8b084b4f9a10d48c (diff) | |
msm: mdss: Add support to YCBYCR MDP format
Add support to MDP_YCBYCR_H2V1 interleaved YUV format.
Change-Id: I3b4fccf8303db778af213feb03644e5600ee803f
Signed-off-by: Ramkumar Radhakrishnan <ramkumar@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index fab51846306d..c7be5398b5a8 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -124,6 +124,7 @@ enum { MDP_XRGB_8888_TILE, /* XRGB 8888 in tile format */ MDP_XBGR_8888_TILE, /* XBGR 8888 in tile format */ MDP_BGRX_8888_TILE, /* BGRX 8888 in tile format */ + MDP_YCBYCR_H2V1, /* YCbYCr interleave */ MDP_IMGTYPE_LIMIT, MDP_RGB_BORDERFILL, /* border fill pipe */ MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ |
