summaryrefslogtreecommitdiff
path: root/include/uapi
diff options
context:
space:
mode:
authorJeevan Shriram <jshriram@codeaurora.org>2014-03-27 10:53:40 -0700
committerDavid Keitel <dkeitel@codeaurora.org>2016-03-23 20:31:46 -0700
commitd7580b4b6570db04212bb67d6354e1b9c8ea1047 (patch)
tree8eb174dce4aff4cd0e2547d3b581c83052d28629 /include/uapi
parenta757da753ba245af254d14131f76fbee29d5c3cc (diff)
msm: mdss: share fb memory ion fd to userspace
Add new operation request to share ion fd to userspace for mapping to the frame buffer memory. Change-Id: I404c73c19e3fffec593ffd32c34e7b1a74a500d8 Signed-off-by: Jeevan Shriram <jshriram@codeaurora.org>
Diffstat (limited to 'include/uapi')
-rw-r--r--include/uapi/linux/msm_mdp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h
index fc4469c7d528..beb14559d938 100644
--- a/include/uapi/linux/msm_mdp.h
+++ b/include/uapi/linux/msm_mdp.h
@@ -1000,6 +1000,7 @@ enum {
metadata_op_wb_secure,
metadata_op_get_caps,
metadata_op_crc,
+ metadata_op_get_ion_fd,
metadata_op_max
};
@@ -1033,6 +1034,7 @@ struct msmfb_metadata {
uint32_t video_info_code;
struct mdss_hw_caps caps;
uint8_t secure_en;
+ int fbmem_ionfd;
} data;
};