[PATCH v2 3/3] exynos: fix scaling factor computation in g2d_copy_with_scale

2014-06-13 Thread Inki Dae
On 2014? 06? 02? 01:04, Tobias Jakobi wrote: > When division of source and destination width yields the > scaling factor for the x-coordinate, then it should be > source/destination _height_ for y. Signed-off-by: Inki Dae Thanks, Inki Dae > > Signed-off-by: Tobias Jakobi > --- > exynos/exyno

[PATCH v2 3/3] exynos: fix scaling factor computation in g2d_copy_with_scale

2014-06-01 Thread Tobias Jakobi
When division of source and destination width yields the scaling factor for the x-coordinate, then it should be source/destination _height_ for y. Signed-off-by: Tobias Jakobi --- exynos/exynos_fimg2d.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exynos/exynos_fimg2d.c b/