From 88a50c7cb151ac5fd98c7ace158c6091053697dd Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Thu, 22 Nov 2018 10:36:57 +0100 Subject: tests: Use igt_display_require Remaining tests that have been overlooked and don't need any invasive changes to limit the skipping to only the relevant parts. v2: [A rebase gone wrong] v3: Move the misplaced hunk to the right patch (Antonio). v4: Rebase, kms_content_protection is new. v5: Rebase - need to adjust kms_lease.c too. Reviewed-by: Maarten Lankhorst (v3) Cc: Antonio Argenziano Cc: Chris Wilson Acked-By: Antonio Argenziano Signed-off-by: Daniel Vetter --- tests/kms_atomic_interruptible.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/kms_atomic_interruptible.c') diff --git a/tests/kms_atomic_interruptible.c b/tests/kms_atomic_interruptible.c index 8e9d4cb6..be688638 100644 --- a/tests/kms_atomic_interruptible.c +++ b/tests/kms_atomic_interruptible.c @@ -85,8 +85,8 @@ static void run_plane_test(igt_display_t *display, enum pipe pipe, igt_output_t /* * Make sure we start with everything disabled to force a real modeset. - * igt_display_init only sets sw state, and assumes the first test doesn't care - * about hw state. + * igt_display_require only sets sw state, and assumes the first test + * doesn't care about hw state. */ igt_display_commit2(display, COMMIT_ATOMIC); -- cgit v1.2.3