Re: [PATCH v2 08/14] drm/msm/dpu: update mixer number info earlier

2024-10-11 Thread Dmitry Baryshkov
On Fri, 11 Oct 2024 at 09:30, Jun Nie wrote: > > Dmitry Baryshkov 于2024年10月10日周四 21:12写道: > > > > On Wed, Oct 09, 2024 at 04:50:21PM GMT, Jun Nie wrote: > > > Update mixer number info earlier so that the plane nopipe check > > > can have the info to clip the plane. Otherwise, the first nonpipe >

Re: [PATCH v2 08/14] drm/msm/dpu: update mixer number info earlier

2024-10-10 Thread Jun Nie
Dmitry Baryshkov 于2024年10月10日周四 21:12写道: > > On Wed, Oct 09, 2024 at 04:50:21PM GMT, Jun Nie wrote: > > Update mixer number info earlier so that the plane nopipe check > > can have the info to clip the plane. Otherwise, the first nonpipe > > check will have mixer number as 0 and plane is not check

Re: [PATCH v2 08/14] drm/msm/dpu: update mixer number info earlier

2024-10-10 Thread Dmitry Baryshkov
On Wed, Oct 09, 2024 at 04:50:21PM GMT, Jun Nie wrote: > Update mixer number info earlier so that the plane nopipe check > can have the info to clip the plane. Otherwise, the first nonpipe > check will have mixer number as 0 and plane is not checked. > > Signed-off-by: Jun Nie > --- > drivers/gp

[PATCH v2 08/14] drm/msm/dpu: update mixer number info earlier

2024-10-09 Thread Jun Nie
Update mixer number info earlier so that the plane nopipe check can have the info to clip the plane. Otherwise, the first nonpipe check will have mixer number as 0 and plane is not checked. Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 11 ++- 1 file changed, 1