From 7ab8e53b5d44812d796e2e964dd084fe6692491c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Syrj=C3=A4l=C3=A4?= Date: Fri, 15 Feb 2013 17:10:47 +0200 Subject: [PATCH] kms_flip: Add a flip-vs-panning-vs-hang test MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The flip-vs-panning-vs-hang is just like the regular flip-vs-panning test, except it also hangs the GPU. This will test whether panning works after a pending page flip has been cancelled by a GPU reset, and also whether page flip events get delivered correctly. Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- tests/kms_flip.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/kms_flip.c b/tests/kms_flip.c index 37a6a0ea..5d33b825 100644 --- a/tests/kms_flip.c +++ b/tests/kms_flip.c @@ -1112,6 +1112,7 @@ int main(int argc, char **argv) { 15, TEST_FLIP | TEST_VBLANK | TEST_VBLANK_BLOCK | TEST_CHECK_TS, "flip-vs-blocking-wf-vblank" }, { 15, TEST_FLIP | TEST_MODESET | TEST_HANG | TEST_NOEVENT, "flip-vs-modeset-vs-hang" }, + { 15, TEST_FLIP | TEST_PAN | TEST_HANG, "flip-vs-panning-vs-hang" }, }; int i;