diff options
| author | Tatenda Chipeperekwa <tatendac@codeaurora.org> | 2013-10-25 17:44:37 -0700 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:23:01 -0700 |
| commit | b3acb686a93104b91a668a015bc1f341eec12ab7 (patch) | |
| tree | e149beb90810cde29b79edb3f94e0b160d6e0196 /include/uapi/linux | |
| parent | e1583e0eb16476e6e6ed5ecdd19b8ead15700ea0 (diff) | |
msm: mdss: Add support to get/set secure flag via an ioctl
Add support to get/set secure flag for WB session through an ioctl.
This is required for WB clients such as AD/WFD, enabling them to modify
or query the secure flag depending on requirements e.g. secure video
playback when using AD.
Change-Id: I852b6f79b31b5ba027d9a5c11561c562023cb99f
Signed-off-by: Tatenda Chipeperekwa <tatendac@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 15895f9825bc..858f093c5db2 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -873,6 +873,7 @@ enum { metadata_op_frame_rate, metadata_op_vic, metadata_op_wb_format, + metadata_op_wb_secure, metadata_op_get_caps, metadata_op_crc, metadata_op_max @@ -905,6 +906,7 @@ struct msmfb_metadata { uint32_t panel_frame_rate; uint32_t video_info_code; struct mdss_hw_caps caps; + uint8_t secure_en; } data; }; |
