diff options
| author | Benet Clark <benetc@codeaurora.org> | 2016-04-01 10:45:46 -0700 |
|---|---|---|
| committer | Jeevan Shriram <jshriram@codeaurora.org> | 2016-05-20 19:23:44 -0700 |
| commit | 474828cd364aeec55aec204e95e0b552ba12514d (patch) | |
| tree | aa6119568c1dc661bd62605f7372479babcea952 /include/uapi/linux | |
| parent | b1dd9f0c4c618723a85e799fd38bf4ce9885ba32 (diff) | |
msm: mdss: Add newly supported writeback formats to MDP driver
Writeback display now supports more MDP formats. This change adds
the definitions for those formats.
CRs-Fixed: 978785
Change-Id: I72fc29a8d7b286b0766c0483ba69d6e02d29b661
Signed-off-by: Benet Clark <benetc@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index b4eba416cbc2..56b1476b7e9a 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -213,11 +213,14 @@ enum { MDP_RGBX_1010102_UBWC, MDP_Y_CBCR_H2V2_P010, MDP_Y_CBCR_H2V2_TP10_UBWC, + MDP_CRYCBY_H2V1, /* CrYCbY interleave */ MDP_IMGTYPE_LIMIT1 = MDP_IMGTYPE_END, MDP_FB_FORMAT = MDP_IMGTYPE2_START, /* framebuffer format */ MDP_IMGTYPE_LIMIT2 /* Non valid image type after this enum */ }; +#define MDP_CRYCBY_H2V1 MDP_CRYCBY_H2V1 + enum { PMEM_IMG, FB_IMG, |
