Re: [PATCH 14/21] drm/msm/dpu: Support quad-pipe in SSPP checking

2024-09-03 Thread Dmitry Baryshkov
On Tue, 3 Sept 2024 at 10:53, Jun Nie wrote: > > Dmitry Baryshkov 于2024年8月29日周四 19:38写道: > > > > > @@ -1033,13 +1030,10 @@ static int dpu_plane_atomic_check(struct > > > drm_plane *plane, > > > return -E2BIG; > > > } > > > > > > - /* > > > -

Re: [PATCH 14/21] drm/msm/dpu: Support quad-pipe in SSPP checking

2024-09-03 Thread Jun Nie
Dmitry Baryshkov 于2024年8月29日周四 19:38写道: > > > @@ -1033,13 +1030,10 @@ static int dpu_plane_atomic_check(struct drm_plane > > *plane, > > return -E2BIG; > > } > > > > - /* > > -* Use multirect for wide plane. We do not support d

Re: [PATCH 14/21] drm/msm/dpu: Support quad-pipe in SSPP checking

2024-08-29 Thread Dmitry Baryshkov
On Thu, 29 Aug 2024 at 13:21, Jun Nie wrote: > > Support quad-pipe in SSPP checking with unified method > > Signed-off-by: Jun Nie > --- > drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 108 > ++ > 1 file changed, 51 insertions(+), 57 deletions(-) > > diff --git a/drive

[PATCH 14/21] drm/msm/dpu: Support quad-pipe in SSPP checking

2024-08-29 Thread Jun Nie
Support quad-pipe in SSPP checking with unified method Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c | 108 ++ 1 file changed, 51 insertions(+), 57 deletions(-) diff --git a/drivers/gpu/drm/msm/disp/dpu1/dpu_plane.c b/drivers/gpu/drm/msm/disp/