diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-12-23 03:55:36 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-12-23 03:55:35 -0800 |
| commit | d725b7575a0a9f7263dfa8b33ee1ac3382e921c9 (patch) | |
| tree | 4d4a335b594dc06b905fdaeea1ebcdf8e055c680 /include/uapi/linux | |
| parent | 7ff8d27f66c1dd783d34f847d02bf3df3c98131d (diff) | |
| parent | 4c2873aec71996537843d04468d006eae8af0d68 (diff) | |
Merge "msm: mdss: Add mdss capabilities for msmfalcon"
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 20b879c2e5fc..4df3845c159c 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -118,6 +118,7 @@ #define MDSS_MDP_HW_REV_116 MDSS_MDP_REV(1, 16, 0) /* msmtitanium */ #define MDSS_MDP_HW_REV_300 MDSS_MDP_REV(3, 0, 0) /* msm8998 */ #define MDSS_MDP_HW_REV_301 MDSS_MDP_REV(3, 0, 1) /* msm8998 v1.0 */ +#define MDSS_MDP_HW_REV_320 MDSS_MDP_REV(3, 2, 0) /* msmfalcon */ enum { NOTIFY_UPDATE_INIT, |
