Re: [PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-17 Thread Dmitry Osipenko
16.06.2020 14:25, Dmitry Osipenko пишет: > 16.06.2020 00:47, Emil Velikov пишет: >> Hi all, >> >> Perhaps a silly question: >> >> On Mon, 15 Jun 2020 at 08:28, Dmitry Osipenko wrote: >>> >>> Combining horizontal and vertical reflections gives us 180 degrees of >>> rotation. >>> >>> Signed-off-by:

Re: [PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-16 Thread Dmitry Osipenko
16.06.2020 00:47, Emil Velikov пишет: > Hi all, > > Perhaps a silly question: > > On Mon, 15 Jun 2020 at 08:28, Dmitry Osipenko wrote: >> >> Combining horizontal and vertical reflections gives us 180 degrees of >> rotation. >> >> Signed-off-by: Dmitry Osipenko >> --- >>

Re: [PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-15 Thread Emil Velikov
Hi all, Perhaps a silly question: On Mon, 15 Jun 2020 at 08:28, Dmitry Osipenko wrote: > > Combining horizontal and vertical reflections gives us 180 degrees of > rotation. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/dc.c | 13 - > 1 file changed, 12

Re: [PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-15 Thread Dmitry Osipenko
15.06.2020 19:57, Ville Syrjälä пишет: > On Sun, Jun 14, 2020 at 11:01:21PM +0300, Dmitry Osipenko wrote: >> Combining horizontal and vertical reflections gives us 180 degrees of >> rotation. >> >> Signed-off-by: Dmitry Osipenko >> --- >> drivers/gpu/drm/tegra/dc.c | 13 - >> 1 file

Re: [PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-15 Thread Ville Syrjälä
On Sun, Jun 14, 2020 at 11:01:21PM +0300, Dmitry Osipenko wrote: > Combining horizontal and vertical reflections gives us 180 degrees of > rotation. > > Signed-off-by: Dmitry Osipenko > --- > drivers/gpu/drm/tegra/dc.c | 13 - > 1 file changed, 12 insertions(+), 1 deletion(-) > >

[PATCH v2 5/5] drm/tegra: plane: Support 180° rotation

2020-06-14 Thread Dmitry Osipenko
Combining horizontal and vertical reflections gives us 180 degrees of rotation. Signed-off-by: Dmitry Osipenko --- drivers/gpu/drm/tegra/dc.c | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/tegra/dc.c b/drivers/gpu/drm/tegra/dc.c index