commit | 2f3c438ffecdc63154e26332aa54e928a50d8212 | [log] [tgz] |
---|---|---|
author | Naseer Ahmed <naseer@codeaurora.org> | Tue Oct 02 21:00:10 2012 -0400 |
committer | Naseer Ahmed <naseer@codeaurora.org> | Tue Oct 02 21:00:10 2012 -0400 |
tree | bb0bbc98d73a6238654d138ea4f136fad6dfef9c | |
parent | 76f0c66f9e9d16c2d44364e905996fe32bbfe747 [diff] [blame] |
msm: display: buf sync enhancement Support waiting for acquire fences in the buffer sync ioctl. Signed-off-by: Ken Zhang <kenz@codeaurora.org> Signed-off-by: Naseer Ahmed <naseer@codeaurora.org>
diff --git a/include/linux/msm_mdp.h b/include/linux/msm_mdp.h index 01737da..11861e1 100644 --- a/include/linux/msm_mdp.h +++ b/include/linux/msm_mdp.h
@@ -490,6 +490,7 @@ }; #define MDP_MAX_FENCE_FD 10 +#define MDP_BUF_SYNC_FLAG_WAIT 1 struct mdp_buf_sync { uint32_t flags;