From: Kunal Joshi <kunal1.joshi@intel.com>
To: igt-dev@lists.freedesktop.org
Cc: Kunal Joshi <kunal1.joshi@intel.com>
Subject: [igt-dev] [PATCH i-g-t] lib/igt_chamelium: Wait for connectors after replugging them at exit
Date: Fri, 3 Jul 2020 10:33:02 +0530 [thread overview]
Message-ID: <20200703050302.25937-1-kunal1.joshi@intel.com> (raw)
From: Imre Deak <imre.deak@intel.com>
Making sure all the plugged chamelium ports are connected at exit
So the FB console restore modeset doesn't happen on a disconnected output,
resulting in link training failures.
Signed-off-by: Imre Deak <imre.deak@intel.com>
Tested-by: Kunal Joshi <kunal1.joshi@intel.com>
---
lib/igt_chamelium.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/lib/igt_chamelium.c b/lib/igt_chamelium.c
index 58e01ab7..e8ead97a 100644
--- a/lib/igt_chamelium.c
+++ b/lib/igt_chamelium.c
@@ -2538,6 +2538,11 @@ void chamelium_deinit(struct chamelium *chamelium)
for (i = 0; i < chamelium->port_count; i++)
chamelium_plug(chamelium, &chamelium->ports[i]);
+ igt_assert(chamelium->drm_fd != -1);
+ for (i = 0; i < chamelium->port_count; i++)
+ wait_for_connected_state(chamelium->drm_fd,
+ &chamelium->ports[i].connector_id, 1);
+
/* Destroy any EDIDs we created to make sure we don't leak them */
igt_list_for_each_entry_safe(pos, tmp, &chamelium->edids, link) {
for (i = 0; i < CHAMELIUM_MAX_PORTS; i++) {
--
2.25.1
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
next reply other threads:[~2020-07-03 11:59 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-07-03 5:03 Kunal Joshi [this message]
2020-07-03 13:38 ` [igt-dev] ✓ Fi.CI.BAT: success for lib/igt_chamelium: Wait for connectors after replugging them at exit Patchwork
2020-07-03 16:26 ` [igt-dev] ✗ Fi.CI.IGT: failure " Patchwork
2020-07-06 17:26 ` [igt-dev] [PATCH i-g-t] " Lyude Paul
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20200703050302.25937-1-kunal1.joshi@intel.com \
--to=kunal1.joshi@intel.com \
--cc=igt-dev@lists.freedesktop.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox