From: Daniel Vetter <daniel@ffwll.ch>
To: Chris Wilson <chris@chris-wilson.co.uk>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 5/5] drm/i915/dp: For consistency use the DP hotplug synonyms
Date: Mon, 21 May 2012 20:18:54 +0200 [thread overview]
Message-ID: <20120521181854.GC4970@phenom.ffwll.local> (raw)
In-Reply-To: <1336755695-10190-5-git-send-email-chris@chris-wilson.co.uk>
On Fri, May 11, 2012 at 06:01:35PM +0100, Chris Wilson wrote:
> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Ok, I've slurped in the entire series. Let's see what happens ....
-Daniel
> ---
> drivers/gpu/drm/i915/intel_dp.c | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index 5341a57..aa9262c 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -2480,19 +2480,19 @@ intel_dp_init(struct drm_device *dev, int output_reg)
> case DP_B:
> case PCH_DP_B:
> dev_priv->hotplug_supported_mask |=
> - HDMIB_HOTPLUG_INT_STATUS;
> + DPB_HOTPLUG_INT_STATUS;
> name = "DPDDC-B";
> break;
> case DP_C:
> case PCH_DP_C:
> dev_priv->hotplug_supported_mask |=
> - HDMIC_HOTPLUG_INT_STATUS;
> + DPC_HOTPLUG_INT_STATUS;
> name = "DPDDC-C";
> break;
> case DP_D:
> case PCH_DP_D:
> dev_priv->hotplug_supported_mask |=
> - HDMID_HOTPLUG_INT_STATUS;
> + DPD_HOTPLUG_INT_STATUS;
> name = "DPDDC-D";
> break;
> }
> --
> 1.7.10
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Daniel Vetter
Mail: daniel@ffwll.ch
Mobile: +41 (0)79 365 57 48
prev parent reply other threads:[~2012-05-21 18:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-11 17:01 [PATCH 1/5] drm/i915: All members of gen4 have hotplug, so unconditionally enable its irq Chris Wilson
2012-05-11 17:01 ` [PATCH 2/5] drm/i915: Inspect the right status bits for DP/HDMI hotplug on gen4 Chris Wilson
2012-05-11 17:01 ` [PATCH 3/5] drm/i915: SDVO hotplug have different interrupt status bits for i915/i965/g4x Chris Wilson
2012-05-11 17:01 ` [PATCH 4/5] drm/i915/hdmi: Query the live connector status bit for G4x Chris Wilson
2012-05-11 17:01 ` [PATCH 5/5] drm/i915/dp: For consistency use the DP hotplug synonyms Chris Wilson
2012-05-21 18:18 ` Daniel Vetter [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=20120521181854.GC4970@phenom.ffwll.local \
--to=daniel@ffwll.ch \
--cc=chris@chris-wilson.co.uk \
--cc=intel-gfx@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