commit | 9cc137a3ffa3162a0d5af822149a5cec1b42c24e | [log] [tgz] |
---|---|---|
author | Wentao Xu <wentaox@codeaurora.org> | Mon Jul 06 16:35:30 2015 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Aug 15 18:27:19 2015 -0400 |
tree | 830712f2bc8db685462047ad520dea49e66deb54 | |
parent | ff78a6b3771f48d1d5585e5d08ab4ae6fd606ab0 [diff] |
drm/msm/mdp5: use 2 memory clients for YUV formats on newer mdp5 Newer MDP5 uses 2 shared memory pool clients for certain YUV formats. For example, if VIG0 is used to fetch data in YUYV format, it will use VIG0_Y for Y component, and VIG0_Cr for UV packed. Signed-off-by: Wentao Xu <wentaox@codeaurora.org> [rebase] Signed-off-by: Stephane Viau <sviau@codeaurora.org>