diff options
| author | Benet Clark <benetc@codeaurora.org> | 2013-11-19 17:17:01 -0800 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:23:36 -0700 |
| commit | 3dadb7f6ad23d1b40cd3d22899a42d546ef5d27e (patch) | |
| tree | eac33115314f8fe85287ee29193ecf0e1ffa4337 /include/uapi | |
| parent | 41045fd95b527bd3f7a3e7e0d320dfb953f10364 (diff) | |
msm: mdss: Add six zone LUT size as PAv2 parameter
Added six zone LUT size as a parameter to PAv2 in order for the size to be
specified by the user. This size is sanitized based on the required LUT
size.
Change-Id: Iaf1b418ce1a3ec4b5013b1192c7f3b7de5827e3d
Signed-off-by: Benet Clark <benetc@codeaurora.org>
Diffstat (limited to 'include/uapi')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 9964ac6a31d1..beaeda198f2e 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -412,7 +412,7 @@ struct mdp_pa_mem_col_cfg { uint32_t val_region; }; -#define MDP_SIX_ZONE_TABLE_NUM 384 +#define MDP_SIX_ZONE_LUT_SIZE 384 struct mdp_pa_v2_data { /* Mask bits for PA features */ @@ -421,6 +421,7 @@ struct mdp_pa_v2_data { uint32_t global_sat_adj; uint32_t global_val_adj; uint32_t global_cont_adj; + uint32_t six_zone_len; uint32_t *six_zone_curve_p0; uint32_t *six_zone_curve_p1; uint32_t six_zone_thresh; |
