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

2023-03-29 Thread Abhinav Kumar
On 3/29/2023 8:30 PM, Dmitry Baryshkov wrote: On 30/03/2023 05:53, Abhinav Kumar wrote: On 3/16/2023 9:16 AM, Dmitry Baryshkov wrote: It is possible to use multirect feature and split source to use the SSPP to output two consecutive rectangles. This commit brings in this capability to

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

2023-03-29 Thread Dmitry Baryshkov
On 30/03/2023 05:53, Abhinav Kumar wrote: On 3/16/2023 9:16 AM, Dmitry Baryshkov wrote: It is 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. Tested-by: Abhinav

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

2023-03-29 Thread Abhinav Kumar
On 3/16/2023 9:16 AM, Dmitry Baryshkov wrote: It is 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. Tested-by: Abhinav Kumar # sc7280 Signed-off-by: Dmitry

[Freedreno] [PATCH v7 27/32] drm/msm/dpu: add support for wide planes

2023-03-16 Thread Dmitry Baryshkov
It is 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. Tested-by: Abhinav Kumar # sc7280 Signed-off-by: Dmitry Baryshkov ---