diff options
| author | Ping Li <pingli@codeaurora.org> | 2014-10-28 18:34:54 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:35:45 -0700 |
| commit | c74f9b5df236b1685afa7df107c00e08a6d2aa21 (patch) | |
| tree | caf1d779d9a6ff6a45789fe8df36e34443bd328d /include/uapi | |
| parent | e8bd84e0ca6e2eddc10d753bac0dfaafdb2193c4 (diff) | |
msm: mdss: Add dither support for Thulium
MDP block supports dither feature in DSPPs (destination surface
processing pipes) which can be enabled or disabled by driver clients.
This change adds the support in post-processing driver to allow
dither configuration in DSPPs.
Change-Id: I2bd2da482f3d204649351bebdbe66bd5dab7a187
Signed-off-by: Ping Li <pingli@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 72595ecf2cd4..05c4fcf4bc5e 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -932,6 +932,11 @@ struct mdp_pa_cfg_data { struct mdp_pa_cfg pa_data; }; +enum { + mdp_dither_v1_7 = 1, + mdp_dither_vmax, +}; + struct mdp_dither_data_v1_7 { uint32_t g_y_depth; uint32_t r_cr_depth; |
