diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-12 23:08:36 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-09-13 01:07:08 +0300 |
commit | 43574dfc8c4b8555e7fd62bf60a4a002e63b64d7 (patch) | |
tree | 06fb5c5043e91789f6b6ef3311cd69c725a6399f /tests | |
parent | 495c71dc136260beb27b593b75dc76b0cc4ea63c (diff) |
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 <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/vsp-unit-test-0011.sh | 2 | ||||
-rwxr-xr-x | tests/vsp-unit-test-0012.sh | 2 |
2 files changed, 2 insertions, 2 deletions
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 diff --git a/tests/vsp-unit-test-0012.sh b/tests/vsp-unit-test-0012.sh index afbe279..21b14bb 100755 --- a/tests/vsp-unit-test-0012.sh +++ b/tests/vsp-unit-test-0012.sh @@ -45,7 +45,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 --count=6 & vsp_runner wpf.0 --count=6 --skip=0 --buffers=1 --pause=3 & |