Re: [PATCH v2 13/14] drm/msm/dpu: support SSPP assignment for quad-pipe case

2024-10-10 Thread Dmitry Baryshkov
On Wed, Oct 09, 2024 at 04:50:26PM GMT, Jun Nie wrote: > Support SSPP assignment for quad-pipe case with unified method. > The first 2 pipes can share a set of mixer config and enable > multi-rect mode if condition is met. It is also the case for > the later 2 pipes. > > Signed-off-by: Jun Nie >

[PATCH v2 13/14] drm/msm/dpu: support SSPP assignment for quad-pipe case

2024-10-09 Thread Jun Nie
Support SSPP assignment for quad-pipe case with unified method. The first 2 pipes can share a set of mixer config and enable multi-rect mode if condition is met. It is also the case for the later 2 pipes. Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 85 +++--