[PATCH i-g-t v1 1/2] tests/chamelium/kms_chamelium_edid: Remove unnecessary hotplug detection in EDID test
Naladala Ramanaidu
ramanaidu.naladala at intel.com
Mon Jan 6 09:42:58 UTC 2025
Remove redundant hotplug detection assertion from
test_suspend_resume_edid_change. Hotplug detection is unnecessary
after modeset disable.
Signed-off-by: Naladala Ramanaidu <ramanaidu.naladala at intel.com>
---
tests/chamelium/kms_chamelium_edid.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/tests/chamelium/kms_chamelium_edid.c b/tests/chamelium/kms_chamelium_edid.c
index e572a6468..ff2a19e48 100644
--- a/tests/chamelium/kms_chamelium_edid.c
+++ b/tests/chamelium/kms_chamelium_edid.c
@@ -419,8 +419,6 @@ static void test_suspend_resume_edid_change(chamelium_data_t *data,
chamelium_reset_state(&data->display, data->chamelium, port,
data->ports, data->port_count);
- /* Catch the event and flush all remaining ones. */
- igt_assert(igt_hotplug_detected(mon, CHAMELIUM_HOTPLUG_TIMEOUT));
igt_flush_uevents(mon);
/* First plug in the port */
--
2.43.0
More information about the igt-dev
mailing list