Re: [PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-11 Thread Dmitry Baryshkov
On Fri, 11 Oct 2024 at 10:18, Jun Nie wrote: > > Dmitry Baryshkov 于2024年10月11日周五 15:10写道: > > > > On Fri, 11 Oct 2024 at 09:49, Jun Nie wrote: > > > > > > Dmitry Baryshkov 于2024年10月10日周四 21:08写道: > > > > > > > > On Wed, Oct 09, 2024 at 04:50:18PM GMT, Jun Nie wrote: > > > > > Store pipes in arr

Re: [PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-11 Thread Jun Nie
Dmitry Baryshkov 于2024年10月11日周五 15:10写道: > > On Fri, 11 Oct 2024 at 09:49, Jun Nie wrote: > > > > Dmitry Baryshkov 于2024年10月10日周四 21:08写道: > > > > > > On Wed, Oct 09, 2024 at 04:50:18PM GMT, Jun Nie wrote: > > > > Store pipes in array with removing dedicated r_pipe. There are > > > > 2 pipes in

Re: [PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-11 Thread Dmitry Baryshkov
On Fri, 11 Oct 2024 at 09:49, Jun Nie wrote: > > Dmitry Baryshkov 于2024年10月10日周四 21:08写道: > > > > On Wed, Oct 09, 2024 at 04:50:18PM GMT, Jun Nie wrote: > > > Store pipes in array with removing dedicated r_pipe. There are > > > 2 pipes in a drm plane at most currently. While 4 pipes are > > > nee

Re: [PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-10 Thread Jun Nie
Dmitry Baryshkov 于2024年10月10日周四 21:08写道: > > On Wed, Oct 09, 2024 at 04:50:18PM GMT, Jun Nie wrote: > > Store pipes in array with removing dedicated r_pipe. There are > > 2 pipes in a drm plane at most currently. While 4 pipes are > > needed for new usage case. This change generalize the handling

Re: [PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-10 Thread Dmitry Baryshkov
On Wed, Oct 09, 2024 at 04:50:18PM GMT, Jun Nie wrote: > Store pipes in array with removing dedicated r_pipe. There are > 2 pipes in a drm plane at most currently. While 4 pipes are > needed for new usage case. This change generalize the handling > to pipe pair and ease handling to another pipe pai

[PATCH v2 05/14] drm/msm/dpu: handle pipes as array

2024-10-09 Thread Jun Nie
Store pipes in array with removing dedicated r_pipe. There are 2 pipes in a drm plane at most currently. While 4 pipes are needed for new usage case. This change generalize the handling to pipe pair and ease handling to another pipe pair later. Signed-off-by: Jun Nie --- drivers/gpu/drm/msm/disp