From a7c865dc0a574c67208855b5b814dc874a02fa85 Mon Sep 17 00:00:00 2001 From: Tobias Jakobi Date: Tue, 24 Feb 2015 15:20:42 +0100 Subject: tests/exynos: disable the G2D userptr/blend test v2: Move the commit description into the patch itself. v3: Use common commenting style as pointed out by Emil Velikov . Signed-off-by: Tobias Jakobi Reviewed-by: Emil Velikov Tested-by: Joonyoung Shim --- tests/exynos/exynos_fimg2d_test.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'tests/exynos') diff --git a/tests/exynos/exynos_fimg2d_test.c b/tests/exynos/exynos_fimg2d_test.c index 7ab09a5b..8ef0eb3a 100644 --- a/tests/exynos/exynos_fimg2d_test.c +++ b/tests/exynos/exynos_fimg2d_test.c @@ -668,11 +668,21 @@ int main(int argc, char **argv) getchar(); + /* + * The blend test uses the userptr functionality of exynos-drm, which + * is currently not safe to use. If the kernel hasn't been build with + * exynos-iommu support, then the blend test is going to produce (kernel) + * memory corruption, eventually leading to a system crash. + * + * Disable the test for now, until the kernel code has been sanitized. + */ +#if 0 ret = test_case.blend(dev, src, bo, G2D_IMGBUF_USERPTR); if (ret < 0) fprintf(stderr, "failed to test blend operation.\n"); getchar(); +#endif err_free_src: if (src) -- cgit v1.2.3