public inbox for igt-dev@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Ramalingam C <ramalingam.c@intel.com>
To: Nidhi Gupta <nidhi1.gupta@intel.com>
Cc: igt-dev@lists.freedesktop.org
Subject: Re: [igt-dev] [PATCH v2] Add eDP support in Link Layer Compliance Tool
Date: Fri, 17 Apr 2020 13:09:26 +0530	[thread overview]
Message-ID: <20200417073926.GA13102@intel.com> (raw)
In-Reply-To: <1587024219-3447-1-git-send-email-nidhi1.gupta@intel.com>

On 2020-04-16 at 13:33:39 +0530, Nidhi Gupta wrote:
> Adding eDP support for Link Layer Compliance tool
> of DP-PHY test automation. Current Implementation
> of this compliance tool can be used for dp and eDP
> both. Hence extending to eDP too.
> 
> Signed-off-by: Nidhi Gupta <nidhi1.gupta@intel.com>
> Reviewed-by: Animesh Manna <animesh.manna@intel.com>

Thanks for the patch and review. Merged the patch.

-Ram.

> ---
>  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 2d42cb1..f26108b 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;
> -- 
> 2.7.4
> 
> _______________________________________________
> igt-dev mailing list
> igt-dev@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/igt-dev
_______________________________________________
igt-dev mailing list
igt-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/igt-dev

      parent reply	other threads:[~2020-04-17  7:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-16  8:03 [igt-dev] [PATCH v2] Add eDP support in Link Layer Compliance Tool Nidhi Gupta
2020-04-16  8:43 ` [igt-dev] ✓ Fi.CI.BAT: success for Add eDP support in Link Layer Compliance Tool (rev2) Patchwork
2020-04-17  4:37 ` [igt-dev] ✓ Fi.CI.IGT: " Patchwork
2020-04-17  7:39 ` Ramalingam C [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=20200417073926.GA13102@intel.com \
    --to=ramalingam.c@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