From: "Manna, Animesh" <animesh.manna@intel.com>
To: Nidhi Gupta <nidhi1.gupta@intel.com>, igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH i-g-t] Add eDP support in Link Layer Compliance Tool
Date: Fri, 27 Mar 2020 17:39:28 +0530 [thread overview]
Message-ID: <2b9f6d6f-fdd5-cac8-1675-8aa1c8fbd441@intel.com> (raw)
In-Reply-To: <1580401532-24828-1-git-send-email-nidhi1.gupta@intel.com>
On 30-01-2020 21:55, Nidhi Gupta wrote:
> As Link Layer Compliance Tool for DP-PHY test
> automation only supports DP, so now added support
> for eDP as well.
>
> Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
LGTM,
Reviewed-by: Animesh Manna <animesh.manna@intel.com>
> ---
> tools/intel_dp_compliance.c | 3 ++-
> 1 file changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tools/intel_dp_compliance.c b/tools/intel_dp_compliance.c
> index 5cc3d37..8a771bb 100644
> --- a/tools/intel_dp_compliance.c
> +++ b/tools/intel_dp_compliance.c
> @@ -849,7 +849,8 @@ int update_display(int mode, bool is_compliance_test)
> conn = &connectors[cnt];
> conn->id = resources->connectors[cnt];
> c = drmModeGetConnector(drm_fd, conn->id);
> - if (c->connector_type == DRM_MODE_CONNECTOR_DisplayPort &&
> + if ((c->connector_type == DRM_MODE_CONNECTOR_DisplayPort ||
> + c->connector_type == DRM_MODE_CONNECTOR_eDP) &&
> c->connection == DRM_MODE_CONNECTED) {
> test_connector_id = c->connector_id;
> conn->connector = c;
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev
prev parent reply other threads:[~2020-03-27 12:09 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-01-30 16:25 [igt-dev] [PATCH i-g-t] Add eDP support in Link Layer Compliance Tool Nidhi Gupta
2020-01-30 17:07 ` [igt-dev] ✗ Fi.CI.BAT: failure for " Patchwork
2020-03-27 12:09 ` Manna, Animesh [this message]
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=2b9f6d6f-fdd5-cac8-1675-8aa1c8fbd441@intel.com \
--to=animesh.manna@intel.com \
--cc=igt-dev@lists.freedesktop.org \
--cc=nidhi1.gupta@intel.com \
/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