diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2016-11-28 23:56:44 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2016-11-28 23:56:42 -0800 |
| commit | a471456332f223a778034f8ee0dbff2ced19d9fe (patch) | |
| tree | 8162e5b01f6b8ec6b0d707316ecb114909f55b2a /include/uapi/linux | |
| parent | 04947ea3d87d476354f8dad45a668e4137196efa (diff) | |
| parent | d3c9cb55aede08e0b15948045cf014bf20cbe980 (diff) | |
Merge "msm: mdss: hdmi: fix potential null deference errors"
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp_ext.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/uapi/linux/msm_mdp_ext.h b/include/uapi/linux/msm_mdp_ext.h index 3a049c1ba69a..24f1e7c7b742 100644 --- a/include/uapi/linux/msm_mdp_ext.h +++ b/include/uapi/linux/msm_mdp_ext.h @@ -171,6 +171,8 @@ VALIDATE/COMMIT FLAG CONFIGURATION #define MDP_COMMIT_VERSION_1_0 0x00010000 +#define OUT_LAYER_COLOR_SPACE + /********************************************************************** Configuration structures All parameters are input to driver unless mentioned output parameter @@ -363,8 +365,11 @@ struct mdp_output_layer { /* Buffer attached with output layer. Device uses it for commit call */ struct mdp_layer_buffer buffer; + /* color space of the destination */ + enum mdp_color_space color_space; + /* 32bits reserved value for future usage. */ - uint32_t reserved[6]; + uint32_t reserved[5]; }; /* |
