commit | 1455adbd45962967f3873af70aeb1ce8dc898bab | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Thu Oct 13 12:43:17 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sat Nov 26 15:37:53 2016 -0500 |
tree | 5120542f2b3cb7794b377c5389bb55dcfdd5eee7 | |
parent | 7625e05286cf3f37c8a5e633379a4d014ddbe555 [diff] |
drm/msm/mdp5: handle non-fullscreen base plane case If the bottom-most layer is not fullscreen, we need to use the BASE mixer stage for solid fill (ie. MDP5_CTL_BLEND_OP_FLAG_BORDER_OUT). The blend_setup() code pretty much handled this already, we just had to figure this out in _atomic_check() and assign the stages appropriately. Also fix the case where there are zero enabled planes, where we also need to enable BORDER_OUT. Signed-off-by: Rob Clark <robdclark@gmail.com>