diff options
| author | Tony Layher <layhertony@gmail.com> | 2014-10-26 21:31:01 -0400 |
|---|---|---|
| committer | Tony Layher <layhertony@gmail.com> | 2015-02-27 19:07:23 -0500 |
| commit | 258517c490bb31386216d8c229e3cc5d3126bbcd (patch) | |
| tree | e4eefe8ebcdcf1b592765119f026522b112dae7e | |
| parent | 078a00f5bb6cef22fc339ad3896f2ec3c62b0c5d (diff) | |
trlte: Tell the world we need dual_dsi
| -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 16400ad3b7f..4138509e19a 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -1099,4 +1099,8 @@ enum { MDP_WRITEBACK_MIRROR_PAUSE, MDP_WRITEBACK_MIRROR_RESUME, }; + +/* let users know that we have been the new struct formats. */ +#define DUAL_DSI + #endif /*_UAPI_MSM_MDP_H_*/ |
