commit | 359ae86248a5f92dd475e2d8012364a97e57026a | [log] [tgz] |
---|---|---|
author | Archit Taneja <architt@codeaurora.org> | Thu Mar 23 15:58:14 2017 +0530 |
committer | Rob Clark <robdclark@gmail.com> | Sat Apr 08 06:59:36 2017 -0400 |
tree | b7b564b7b73a313a7ff713205ad6b0208c746c2a | |
parent | bf8dc0a04e52ddccfaa47cf7a3238753344155fa [diff] |
drm/msm/mdp5: Stage border out on base stage if CRTC has 2 LMs If a CRTC comprises of 2 LMs, it is mandatory to enable border out and assign it to the base stage. We had to enable border out also when the base plane wasn't fullscreen. Club these checks and put them in a separate function called get_start_stage() that returns the starting stage for assigning planes. Signed-off-by: Archit Taneja <architt@codeaurora.org> Signed-off-by: Rob Clark <robdclark@gmail.com>