diff options
| author | Jayant Shekhar <jshekhar@codeaurora.org> | 2013-08-22 14:28:10 +0530 |
|---|---|---|
| committer | David Keitel <dkeitel@codeaurora.org> | 2016-03-23 20:20:14 -0700 |
| commit | 36055b3a1a502c54d8131b0e8b084b4f9a10d48c (patch) | |
| tree | 909af358241f19c05e4090ca9936b9b20b185473 /include/uapi/linux | |
| parent | 21a8ee10e53ebee6f254c5098ed15d7ef0fa6a29 (diff) | |
msm: mdss: Add rotator sync point support in mdss
Currently rotation activities are blocking and hence hurt
the performance. So, make the calls asynchronous and use
sync point to realize this.
Change-Id: I677097fcaf133b0ed67ae94cfeacf3a0a10bc579
Signed-off-by: Jayant Shekhar <jshekhar@codeaurora.org>
[cip@codeaurora.org: Updated sync.h/sw_sync.h include]
Signed-off-by: Clarence Ip <cip@codeaurora.org>
Diffstat (limited to 'include/uapi/linux')
| -rw-r--r-- | include/uapi/linux/msm_mdp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/msm_mdp.h b/include/uapi/linux/msm_mdp.h index 3a184e359254..fab51846306d 100644 --- a/include/uapi/linux/msm_mdp.h +++ b/include/uapi/linux/msm_mdp.h @@ -827,6 +827,7 @@ struct msmfb_metadata { struct mdp_buf_sync { uint32_t flags; uint32_t acq_fen_fd_cnt; + uint32_t session_id; int *acq_fen_fd; int *rel_fen_fd; }; |
