diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-28 14:56:40 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-28 14:56:39 -0800 |
| commit | cab5267d39e8849d702d9c10aeddccac65d11cee (patch) | |
| tree | 17c19d8de9fe8849305f8dcefed4cb6087f83665 /include/uapi/linux | |
| parent | d664e19659647a995cf3a12b884e3d1a245de555 (diff) | |
| parent | a400e381d0386c45af839b8058f6f8de542ba807 (diff) | |
Merge "msm: mdss: add support to change HDMI PLL PPM"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp_ext.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp_ext.h b/include/uapi/linux/msm_mdp_ext.h index 1a71e860ba48..3a049c1ba69a 100644 --- a/include/uapi/linux/msm_mdp_ext.h +++ b/include/uapi/linux/msm_mdp_ext.h @@ -31,6 +31,12 @@ struct mdp_set_cfg) /* + * Ioctl for setting the PLL PPM. + * PLL PPM is passed by the user space using this IOCTL. + */ +#define MSMFB_MDP_SET_PANEL_PPM _IOW(MDP_IOCTL_MAGIC, 131, int) + +/* * To allow proper structure padding for 64bit/32bit target */ #ifdef __LP64 |
