Re: [PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-06-06 Thread Dmitry Baryshkov
On Thu, 6 Jun 2024 at 11:53, Dmitry Baryshkov wrote: > > On Thu, 6 Jun 2024 at 02:47, Abhinav Kumar wrote: > > > > > > > > On 6/5/2024 4:32 PM, Dmitry Baryshkov wrote: > > > On Thu, 6 Jun 2024 at 02:19, Abhinav Kumar > > > wrote: > > >> > > >> > > >> > > >> On 3/13/2024 5:02 PM, Dmitry Baryshko

Re: [PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-06-06 Thread Dmitry Baryshkov
On Thu, 6 Jun 2024 at 02:47, Abhinav Kumar wrote: > > > > On 6/5/2024 4:32 PM, Dmitry Baryshkov wrote: > > On Thu, 6 Jun 2024 at 02:19, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: > >>> Split dpu_plane_atomic_check() function into two pieces: > >>>

Re: [PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-06-05 Thread Abhinav Kumar
On 6/5/2024 4:32 PM, Dmitry Baryshkov wrote: On Thu, 6 Jun 2024 at 02:19, Abhinav Kumar wrote: On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Split dpu_plane_atomic_check() function into two pieces: dpu_plane_atomic_check_nopipe() performing generic checks on the pstate, without touching

Re: [PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-06-05 Thread Dmitry Baryshkov
On Thu, 6 Jun 2024 at 02:19, Abhinav Kumar wrote: > > > > On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: > > Split dpu_plane_atomic_check() function into two pieces: > > > > dpu_plane_atomic_check_nopipe() performing generic checks on the pstate, > > without touching the associated pipe, > > > > an

Re: [PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-06-05 Thread Abhinav Kumar
On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Split dpu_plane_atomic_check() function into two pieces: dpu_plane_atomic_check_nopipe() performing generic checks on the pstate, without touching the associated pipe, and dpu_plane_atomic_check_pipes(), which takes into account used pipes. Sig

[PATCH v4 06/13] drm/msm/dpu: split dpu_plane_atomic_check()

2024-03-13 Thread Dmitry Baryshkov
Split dpu_plane_atomic_check() function into two pieces: dpu_plane_atomic_check_nopipe() performing generic checks on the pstate, without touching the associated pipe, and dpu_plane_atomic_check_pipes(), which takes into account used pipes. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/