commit | c26b4f6cfb2774d13f9ae41cbaaf30f30ac417c6 | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Thu Mar 23 15:58:11 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Sat Apr 08 06:59:35 2017 -0400 |
tree | 5f600ab5e2126e131141f325a89e5bbab93dda24 | |
parent | 7a10ee9b579e04241f981d8e237124aa8762c4c4 [diff] |
drm/msm/mdp5: Configure 'right' hwpipe Now that we have a right hwpipe in mdp5_plane_state, configure it mdp5_plane_mode_set(). The only parameters that vary between the left and right hwpipes are the src_w, src_img_w, src_x and crtc_x as we just even chop the fb into left and right halves. Add a mdp5_plane_right_pipe() which will be used by the crtc code to set up LM stages. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>