[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-20 Thread Tobias Jakobi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Jan, Jan Vesely wrote: > May I consider this a R-b for this change? I have moved the > switch-enum fix to a separate patch (that covers all switch-enum > warnings) sure, that's fine with me. With best wishes, Tobias -BEGIN PGP SIGNATURE---

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-20 Thread Jan Vesely
On Wed, 2015-03-18 at 20:23 +0100, Tobias Jakobi wrote: > Hello Jan, > > Jan Vesely wrote: > > Signed-off-by: Jan Vesely > > --- > > tests/exynos/exynos_fimg2d_test.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/tests/exynos/exynos_fimg2d_test.c > > b/tests/

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-20 Thread Emil Velikov
On 18/03/15 19:41, Jan Vesely wrote: > On Wed, 2015-03-18 at 20:23 +0100, Tobias Jakobi wrote: >> Hello Jan, >> >> Jan Vesely wrote: >>> Signed-off-by: Jan Vesely >>> --- >>> tests/exynos/exynos_fimg2d_test.c | 3 ++- >>> 1 file changed, 2 insertions(+), 1 deletion(-) >>> >>> diff --git a/tests/e

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-18 Thread Tobias Jakobi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jan Vesely wrote: >> >>> @@ -573,6 +573,7 @@ static int g2d_checkerboard_test(struct >>> exynos_device *dev, src_img.user_ptr[0].userptr = (unsigned >>> long)checkerboard; src_img.user_ptr[0].size = img_w * img_h * >>> 4; break; + case G2D_IMGBUF_COLO

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-18 Thread Tobias Jakobi
Hello Jan, Jan Vesely wrote: > Signed-off-by: Jan Vesely > --- > tests/exynos/exynos_fimg2d_test.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/tests/exynos/exynos_fimg2d_test.c > b/tests/exynos/exynos_fimg2d_test.c > index e7d9b72..dfb34ac 100644 > --- a/tests/ex

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-18 Thread Jan Vesely
On Wed, 2015-03-18 at 20:23 +0100, Tobias Jakobi wrote: > Hello Jan, > > Jan Vesely wrote: > > Signed-off-by: Jan Vesely > > --- > > tests/exynos/exynos_fimg2d_test.c | 3 ++- > > 1 file changed, 2 insertions(+), 1 deletion(-) > > > > diff --git a/tests/exynos/exynos_fimg2d_test.c > > b/tests/

[PATCH libdrm 1/1] tests/exynos: Fix warnings

2015-03-18 Thread Jan Vesely
Signed-off-by: Jan Vesely --- tests/exynos/exynos_fimg2d_test.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/exynos/exynos_fimg2d_test.c b/tests/exynos/exynos_fimg2d_test.c index e7d9b72..dfb34ac 100644 --- a/tests/exynos/exynos_fimg2d_test.c +++ b/tests/exynos/exy