Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-10 Thread Abhinav Kumar
On 6/7/2024 7:45 PM, Abhinav Kumar wrote: On 6/7/2024 5:57 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 02:55, Abhinav Kumar wrote: On 6/7/2024 3:26 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar wrote: On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: On

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Abhinav Kumar
On 6/7/2024 5:57 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 02:55, Abhinav Kumar wrote: On 6/7/2024 3:26 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar wrote: On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhin

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Dmitry Baryshkov
On Sat, 8 Jun 2024 at 02:55, Abhinav Kumar wrote: > > > > On 6/7/2024 3:26 PM, Dmitry Baryshkov wrote: > > On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: > >>> On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhinav Kumar wrote: >

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Abhinav Kumar
On 6/7/2024 3:26 PM, Dmitry Baryshkov wrote: On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar wrote: On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhinav Kumar wrote: On 6/7/2024 12:16 AM, Dmitry Baryshkov wrote: On Thu, Jun 06, 2024 at 03:21:11PM

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Dmitry Baryshkov
On Sat, 8 Jun 2024 at 00:39, Abhinav Kumar wrote: > > > > On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: > > On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhinav Kumar wrote: > >> > >> > >> On 6/7/2024 12:16 AM, Dmitry Baryshkov wrote: > >>> On Thu, Jun 06, 2024 at 03:21:11PM -0700, Abhinav Kumar wrote

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Abhinav Kumar
On 6/7/2024 2:10 PM, Dmitry Baryshkov wrote: On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhinav Kumar wrote: On 6/7/2024 12:16 AM, Dmitry Baryshkov wrote: On Thu, Jun 06, 2024 at 03:21:11PM -0700, Abhinav Kumar wrote: On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Only several SSPP blocks

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Dmitry Baryshkov
On Fri, Jun 07, 2024 at 12:22:16PM -0700, Abhinav Kumar wrote: > > > On 6/7/2024 12:16 AM, Dmitry Baryshkov wrote: > > On Thu, Jun 06, 2024 at 03:21:11PM -0700, Abhinav Kumar wrote: > > > On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: > > > > Only several SSPP blocks support such features as YUV o

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Abhinav Kumar
On 6/7/2024 12:16 AM, Dmitry Baryshkov wrote: On Thu, Jun 06, 2024 at 03:21:11PM -0700, Abhinav Kumar wrote: On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Only several SSPP blocks support such features as YUV output or scaling, thus different DRM planes have different features. Properly uti

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-07 Thread Dmitry Baryshkov
On Thu, Jun 06, 2024 at 03:21:11PM -0700, Abhinav Kumar wrote: > On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: > > Only several SSPP blocks support such features as YUV output or scaling, > > thus different DRM planes have different features. Properly utilizing > > all planes requires the attentio

Re: [PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-06-06 Thread Abhinav Kumar
On 3/13/2024 5:02 PM, Dmitry Baryshkov wrote: Only several SSPP blocks support such features as YUV output or scaling, thus different DRM planes have different features. Properly utilizing all planes requires the attention of the compositor, who should prefer simpler planes to YUV-supporting

[PATCH v4 08/13] drm/msm/dpu: add support for virtual planes

2024-03-13 Thread Dmitry Baryshkov
Only several SSPP blocks support such features as YUV output or scaling, thus different DRM planes have different features. Properly utilizing all planes requires the attention of the compositor, who should prefer simpler planes to YUV-supporting ones. Otherwise it is very easy to end up in a situ