Re: [PATCH v3 1/1] drm/mediatek: Fix errors when reporting rotation capability

From: Shawn Sung (宋孝謙)
Date: Fri Nov 24 2023 - 04:41:41 EST


Hi CK,

On Tue, 2023-11-21 at 02:57 +0000, CK Hu (胡俊光) wrote:
> Hi, Hsiao-chien:
>
> On Mon, 2023-11-20 at 15:12 +0800, Hsiao Chien Sung wrote:
> > Create rotation property according to the hardware capability.
> >
> > Fixes: 84d805753983 ("drm/mediatek: Support reflect-y plane
> > rotation")
>
> In Sean Paul's patch (the patch you fix), ovl driver only support
> mt8127 and mt8173, and I believe that Sean has tested on mt8173. In
> this patch, only mt8195 ovl support rotation, why do you do this
> modification? Please describe which SoC is wrong in commit message so
> I
> could know how the code should be.

Thanks for checking. According to the cover letter by Sean, his fix was
verified on mt8183, but it will be applied to all the chips. Since for
now OVL on all chips support same rotation, will remove it from the
driver data and return rotation property directly.

Regards,
Shawn