Re: [PATCH libdrm 2/3] exynos/fimg2d: remove unused-function build warning

2017-03-31 Thread Tobias Jakobi
Hello Seung-Woo, looks good to me. Also, g2d_reset() never worked in the first place, since the kernel driver rejects writes to SOFT_RESET_REG. Reviewed-by: Tobias Jakobi With best wishes, Tobias Seung-Woo Kim wrote: > The function g2d_reset() is not anymore used after the commit > e3c97d1a24

[PATCH libdrm 2/3] exynos/fimg2d: remove unused-function build warning

2017-03-30 Thread Seung-Woo Kim
The function g2d_reset() is not anymore used after the commit e3c97d1a2473 ("exynos/fimg2d: add g2d_validate_xyz() functions"), so it should be removed. Signed-off-by: Seung-Woo Kim --- exynos/exynos_fimg2d.c | 14 -- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/