commit | c056b55dc672cbc42e8814ef45726ca22e01ef9e | [log] [tgz] |
---|---|---|
author | Rob Clark <robdclark@gmail.com> | Tue Nov 01 09:56:51 2016 -0400 |
committer | Rob Clark <robdclark@gmail.com> | Sun Nov 27 11:32:20 2016 -0500 |
tree | 60647e4b613484f8d7476839a2f1d3c70465db97 | |
parent | f5903bad80fe94ee92ba1ff93b4761790846a39e [diff] |
drm/msm/mdp5: introduce mdp5_hw_pipe Split out the hardware pipe specifics from mdp5_plane. To start, the hw pipes are statically assigned to planes, but next step is to assign the hw pipes during plane->atomic_check() based on requested caps (scaling, YUV, etc). And then hw pipe re-assignment if required if required SMP blocks changes. Signed-off-by: Rob Clark <robdclark@gmail.com> Reviewed-by: Archit Taneja <architt@codeaurora.org>