From 43574dfc8c4b8555e7fd62bf60a4a002e63b64d7 Mon Sep 17 00:00:00 2001 From: Laurent Pinchart Date: Mon, 12 Sep 2016 23:08:36 +0300 Subject: tests: Don't convert formats in flip tests Use the same input and output formats to disable format conversion as the purpose of the tests is to test flipping. Signed-off-by: Laurent Pinchart --- tests/vsp-unit-test-0011.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/vsp-unit-test-0011.sh') diff --git a/tests/vsp-unit-test-0011.sh b/tests/vsp-unit-test-0011.sh index 3f9c429..19266cf 100755 --- a/tests/vsp-unit-test-0011.sh +++ b/tests/vsp-unit-test-0011.sh @@ -77,7 +77,7 @@ test_flipping() { test_start "$label" pipe_configure rpf-wpf 0 0 - format_configure rpf-wpf 0 0 ARGB32 1024x768 $format + format_configure rpf-wpf 0 0 $format 1024x768 $format vsp_runner rpf.0 & vsp_runner wpf.0 -- cgit v1.2.3