Re: [PATCH] media: meson-ge2d: fix rotation parameters

2021-04-19 Thread Kevin Hilman
Neil Armstrong writes: > With these settings, 90deg and 270deg rotation leads to inverted > vertical, fix them to have correct rotation. > > Fixes: 59a635327ca7 ("media: meson: Add M2M driver for the Amlogic GE2D > Accelerator Unit") > Signed-off-by: Neil Armstrong Reviewed-by: Kevin Hilman

[PATCH] media: meson-ge2d: fix rotation parameters

2021-04-12 Thread Neil Armstrong
With these settings, 90deg and 270deg rotation leads to inverted vertical, fix them to have correct rotation. Fixes: 59a635327ca7 ("media: meson: Add M2M driver for the Amlogic GE2D Accelerator Unit") Signed-off-by: Neil Armstrong --- drivers/media/platform/meson/ge2d/ge2d.c | 4 ++-- 1 file ch