[i-g-t 13/22] tests/kms_properties: Fix compilation errors

Bhanuprakash Modem bhanuprakash.modem at intel.com
Wed Feb 14 15:05:27 UTC 2024


Signed-off-by: Bhanuprakash Modem <bhanuprakash.modem at intel.com>
---
 tests/kms_properties.c | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/tests/kms_properties.c b/tests/kms_properties.c
index 8e7aa6559..151fa6a92 100644
--- a/tests/kms_properties.c
+++ b/tests/kms_properties.c
@@ -316,7 +316,7 @@ static void colorop_properties(igt_display_t *display, bool atomic)
 			igt_display_reset(display);
 
 			igt_output_set_pipe(output, pipe);
-			if (!i915_pipe_output_combo_valid(display))
+			if (!intel_pipe_output_combo_valid(display))
 				continue;
 
 			found_any = found = true;
@@ -866,10 +866,6 @@ igt_main
 	igt_subtest("colorop-properties-atomic")
 		colorop_properties(&display, true);
 
-	igt_describe("Tests colorop properties with legacy commit");
-	igt_subtest("colorop-properties-legacy")
-		colorop_properties(&display, false);
-
 	igt_describe("Tests colorop properties with legacy commit");
 	igt_subtest("colorop-properties-legacy")
 		/* TODO is this true? */
-- 
2.43.0



More information about the Intel-gfx-trybot mailing list