Re: [Freedreno] [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Dmitry Baryshkov
On 10/02/2023 03:12, Abhinav Kumar wrote: Hi Dmitry On 2/9/2023 4:09 PM, Dmitry Baryshkov wrote:   . On Fri, 10 Feb 2023 at 00:12, Abhinav Kumar wrote: Hi Dmitry On 2/9/2023 1:23 PM, Dmitry Baryshkov wrote: Hi Abhinav, On Thu, 9 Feb 2023 at 21:25, Abhinav Kumar wrote: On 2/9/2023

Re: [Freedreno] [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Abhinav Kumar
Hi Dmitry On 2/9/2023 4:09 PM, Dmitry Baryshkov wrote: . On Fri, 10 Feb 2023 at 00:12, Abhinav Kumar wrote: Hi Dmitry On 2/9/2023 1:23 PM, Dmitry Baryshkov wrote: Hi Abhinav, On Thu, 9 Feb 2023 at 21:25, Abhinav Kumar wrote: On 2/9/2023 3:45 AM, Dmitry Baryshkov wrote: On Thu, 9

Re: [Freedreno] [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Dmitry Baryshkov
. On Fri, 10 Feb 2023 at 00:12, Abhinav Kumar wrote: > > Hi Dmitry > > On 2/9/2023 1:23 PM, Dmitry Baryshkov wrote: > > Hi Abhinav, > > > > On Thu, 9 Feb 2023 at 21:25, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 2/9/2023 3:45 AM, Dmitry Baryshkov wrote: > >>> On Thu, 9 Feb 2023 at 04:19,

Re: [Freedreno] [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Abhinav Kumar
Hi Dmitry On 2/9/2023 1:23 PM, Dmitry Baryshkov wrote: Hi Abhinav, On Thu, 9 Feb 2023 at 21:25, Abhinav Kumar wrote: On 2/9/2023 3:45 AM, Dmitry Baryshkov wrote: On Thu, 9 Feb 2023 at 04:19, Abhinav Kumar wrote: On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Typically SSPP can

Re: [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Dmitry Baryshkov
Hi Abhinav, On Thu, 9 Feb 2023 at 21:25, Abhinav Kumar wrote: > > > > On 2/9/2023 3:45 AM, Dmitry Baryshkov wrote: > > On Thu, 9 Feb 2023 at 04:19, Abhinav Kumar > > wrote: > >> > >> > >> > >> On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: > >>> Typically SSPP can support rectangle with width

Re: [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Abhinav Kumar
On 2/9/2023 3:45 AM, Dmitry Baryshkov wrote: On Thu, 9 Feb 2023 at 04:19, Abhinav Kumar wrote: On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Typically SSPP can support rectangle with width up to 2560. However it's Not always 2560. Depends on the chipset. _typically_ Would just

Re: [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-09 Thread Dmitry Baryshkov
On Thu, 9 Feb 2023 at 04:19, Abhinav Kumar wrote: > > > > On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: > > Typically SSPP can support rectangle with width up to 2560. However it's > > Not always 2560. Depends on the chipset. _typically_ > > > possible to use multirect feature and split source

Re: [PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-08 Thread Abhinav Kumar
On 2/3/2023 10:21 AM, Dmitry Baryshkov wrote: Typically SSPP can support rectangle with width up to 2560. However it's Not always 2560. Depends on the chipset. possible to use multirect feature and split source to use the SSPP to output two consecutive rectangles. This commit brings in

[PATCH v3 27/27] drm/msm/dpu: add support for wide planes

2023-02-03 Thread Dmitry Baryshkov
Typically SSPP can support rectangle with width up to 2560. However it's possible to use multirect feature and split source to use the SSPP to output two consecutive rectangles. This commit brings in this capability to support wider screen resolutions. Signed-off-by: Dmitry Baryshkov ---