Re: [PATCH v2 7/7] drm/mediatek: Support 180 degree rotation

2019-11-06 Thread CK Hu
Hi, Sean: On Wed, 2019-11-06 at 09:42 -0500, Sean Paul wrote: > On Wed, Nov 6, 2019 at 4:07 AM CK Hu wrote: > > > > Hi, Sean: > > > > On Tue, 2019-11-05 at 16:10 -0500, Sean Paul wrote: > > > From: Sean Paul > > > > > > Now that we support both reflections, we can expose 180 degree rotation > >

Re: [PATCH v2 7/7] drm/mediatek: Support 180 degree rotation

2019-11-06 Thread Sean Paul
On Wed, Nov 6, 2019 at 4:07 AM CK Hu wrote: > > Hi, Sean: > > On Tue, 2019-11-05 at 16:10 -0500, Sean Paul wrote: > > From: Sean Paul > > > > Now that we support both reflections, we can expose 180 degree rotation > > and rely on the simplify routine to convert that into REFLECT_X | > > REFLECT_Y

Re: [PATCH v2 7/7] drm/mediatek: Support 180 degree rotation

2019-11-06 Thread CK Hu
Hi, Sean: On Tue, 2019-11-05 at 16:10 -0500, Sean Paul wrote: > From: Sean Paul > > Now that we support both reflections, we can expose 180 degree rotation > and rely on the simplify routine to convert that into REFLECT_X | > REFLECT_Y > Patch 1 ~ 6 of this series looks good to me. For this on

[PATCH v2 7/7] drm/mediatek: Support 180 degree rotation

2019-11-05 Thread Sean Paul
From: Sean Paul Now that we support both reflections, we can expose 180 degree rotation and rely on the simplify routine to convert that into REFLECT_X | REFLECT_Y Signed-off-by: Sean Paul --- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) di