All of lore.kernel.org
 help / color / mirror / Atom feed
From: Paulo Zanoni <paulo.r.zanoni@intel.com>
To: Jani Nikula <jani.nikula@intel.com>, intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] drm/i915/bios: remove duplicated code
Date: Tue, 10 Apr 2018 14:06:50 -0700	[thread overview]
Message-ID: <1523394410.2564.15.camel@intel.com> (raw)
In-Reply-To: <20180410091248.1454-1-jani.nikula@intel.com>

Em Ter, 2018-04-10 às 12:12 +0300, Jani Nikula escreveu:
> Apparently caused by a merge fail at some point. Due to the nature of
> the duplicated block, the second one will have no effect, and there's
> no
> need to backport.
> 
> Signed-off-by: Jani Nikula <jani.nikula@intel.com>

Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>

> ---
>  drivers/gpu/drm/i915/intel_bios.c | 7 -------
>  1 file changed, 7 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/intel_bios.c
> b/drivers/gpu/drm/i915/intel_bios.c
> index fc14bab9c798..7f95d405d585 100644
> --- a/drivers/gpu/drm/i915/intel_bios.c
> +++ b/drivers/gpu/drm/i915/intel_bios.c
> @@ -1276,13 +1276,6 @@ static void parse_ddi_port(struct
> drm_i915_private *dev_priv, enum port port,
>  		is_hdmi = false;
>  	}
>  
> -	if (port == PORT_A && is_dvi) {
> -		DRM_DEBUG_KMS("VBT claims port A supports DVI%s,
> ignoring\n",
> -			      is_hdmi ? "/HDMI" : "");
> -		is_dvi = false;
> -		is_hdmi = false;
> -	}
> -
>  	info->supports_dvi = is_dvi;
>  	info->supports_hdmi = is_hdmi;
>  	info->supports_dp = is_dp;
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

  parent reply	other threads:[~2018-04-10 21:07 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-10  9:12 [PATCH] drm/i915/bios: remove duplicated code Jani Nikula
2018-04-10  9:41 ` ✓ Fi.CI.BAT: success for " Patchwork
2018-04-10 10:29 ` ✓ Fi.CI.IGT: " Patchwork
2018-04-10 10:36 ` ✗ Fi.CI.IGT: warning " Patchwork
2018-04-10 21:06 ` Paulo Zanoni [this message]
2018-04-11 13:12   ` [PATCH] " Jani Nikula

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=1523394410.2564.15.camel@intel.com \
    --to=paulo.r.zanoni@intel.com \
    --cc=intel-gfx@lists.freedesktop.org \
    --cc=jani.nikula@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.