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

2023-03-09 Thread Dmitry Baryshkov
On 09/03/2023 01:14, Abhinav Kumar wrote: On 3/3/2023 4:57 AM, Dmitry Baryshkov wrote: 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

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

2023-03-08 Thread Abhinav Kumar
On 3/3/2023 4:57 AM, Dmitry Baryshkov wrote: 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

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

2023-03-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 ---