[igt-dev] [PATCH i-g-t 2/2] tests/kms_color_chamelium: Disabled fsm handling for kms_color_chamelium

Kunal Joshi kunal1.joshi at intel.com
Fri Feb 19 08:42:57 UTC 2021


disabled fsm handling for kms_color_chamelium
which operates on single mode through out.

Signed-off-by: Kunal Joshi <kunal1.joshi at intel.com>
---
 tests/kms_color_chamelium.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/kms_color_chamelium.c b/tests/kms_color_chamelium.c
index af2bf994..30b38b82 100644
--- a/tests/kms_color_chamelium.c
+++ b/tests/kms_color_chamelium.c
@@ -734,6 +734,8 @@ igt_main
 		igt_display_require(&data.display, data.drm_fd);
 		igt_require(data.display.is_atomic);
 
+		igt_chamelium_allow_fsm_handling = false;
+
 		/* we need to initalize chamelium after igt_display_require */
 		data.chamelium = chamelium_init(data.drm_fd);
 		igt_require(data.chamelium);
-- 
2.17.1



More information about the igt-dev mailing list