Re: [PATCH v6] drm/msm/disp/dpu1: add inline rotation support for sc7280 target

2022-04-01 Thread Dmitry Baryshkov
On 22/03/2022 20:55, Vinod Polimera wrote: - Some DPU versions support inline rot90. It is supported only for limited amount of UBWC formats. - There are two versions of inline rotators, v1 (present on sm8250 and sm7250) and v2 (sc7280). These versions differ in the list of supported formats and

[PATCH v6] drm/msm/disp/dpu1: add inline rotation support for sc7280 target

2022-03-22 Thread Vinod Polimera
- Some DPU versions support inline rot90. It is supported only for limited amount of UBWC formats. - There are two versions of inline rotators, v1 (present on sm8250 and sm7250) and v2 (sc7280). These versions differ in the list of supported formats and in the scaler possibilities. Changes in RFC: