Re: [Freedreno] [PATCH v2 22/22] drm/msm/dpu: add multirect support

2021-11-09 Thread abhinavk
On 2021-07-04 18:21, Dmitry Baryshkov wrote: If SmartDMA is supported by the hardware, SSPPs allow using two RGB layers per the hardware pipe (with some additional restrictions, like no support for scaling, etc). Register additional planes (two per the SSPP) and check if we can use multirect d

[Freedreno] [PATCH v2 22/22] drm/msm/dpu: add multirect support

2021-07-04 Thread Dmitry Baryshkov
If SmartDMA is supported by the hardware, SSPPs allow using two RGB layers per the hardware pipe (with some additional restrictions, like no support for scaling, etc). Register additional planes (two per the SSPP) and check if we can use multirect during atomic_check. Signed-off-by: Dmitry Baryshk