drivers/gpu/drm/msm/mdp/mdp5/mdp5_pipe.c
0 → 100644
+43
−0
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
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>