diff options
| author | Jeykumar Sankaran <jsanka@codeaurora.org> | 2014-08-05 14:49:59 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:32:47 -0700 |
| commit | 23f368710e66b2114556aa00bb8fb7a1cac138d1 (patch) | |
| tree | de97f5b420824cb2942ef07639e593c73e34f8da /include/uapi/linux | |
| parent | 65555dccaf2d8e72d6a3cda344cd69d223cf6bc3 (diff) | |
mdss: mdp: Add mdss version macro for 8992 target
Add mdss version macro for 8992 target and initialize maximum
blending stages supported for the target.
Change-Id: Ic741fb725907498791c1d17581561e3632a40cec
Signed-off-by: Jeykumar Sankaran <jsanka@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -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 5b8ba25d30f4..80a8b27daa9e 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -103,6 +103,7 @@ #define MDSS_MDP_HW_REV_106 MDSS_MDP_REV(1, 6, 0) /* 8916 v1.0 */ #define MDSS_MDP_HW_REV_107 MDSS_MDP_REV(1, 7, 0) #define MDSS_MDP_HW_REV_108 MDSS_MDP_REV(1, 8, 0) /* 8939 v1.0 */ +#define MDSS_MDP_HW_REV_110 MDSS_MDP_REV(1, 10, 0) /* 8992 v1.0 */ #define MDSS_MDP_HW_REV_200 MDSS_MDP_REV(2, 0, 0) /* 8092 v1.0 */ enum { |
