public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Chris Wilson <chris@chris-wilson.co.uk>
To: Intel Graphics Development <intel-gfx@lists.freedesktop.org>
Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
Subject: Re: [PATCH] drm/i915: eDP aux needs vdd
Date: Tue, 12 Jun 2012 12:17:41 +0100	[thread overview]
Message-ID: <1339499866_10990@CP5-2952> (raw)
In-Reply-To: <1339499501-6962-1-git-send-email-daniel.vetter@ffwll.ch>

On Tue, 12 Jun 2012 13:11:41 +0200, Daniel Vetter <daniel.vetter@ffwll.ch> wrote:
> The new oui probe has been missing these.
> 
> This issue has been introduce in
> 
> commit 0d198328538276c4459ef5de081e68ae60e6c4c2
> Author: Adam Jackson <ajax@redhat.com>
> Date:   Mon May 14 16:05:47 2012 -0400
> 
>     drm/i915/dp: Probe branch/sink OUIs
> 
> v2: Do the eDP vdd dance of simply not probing the OUI on eDP panels
> as suggested by Chris Wilson.
> 
> Cc: Adam Jackson <ajax@redhat.com>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=50808
> Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
> Bugreport: http://permalink.gmane.org/gmane.comp.video.dri.devel/69695
> Tested-by: Yang Guang <guang.a.yang@intel.com>
> Signed-Off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
> ---
>  drivers/gpu/drm/i915/intel_dp.c |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> diff --git a/drivers/gpu/drm/i915/intel_dp.c b/drivers/gpu/drm/i915/intel_dp.c
> index 296cfc2..fbc30a5 100644
> --- a/drivers/gpu/drm/i915/intel_dp.c
> +++ b/drivers/gpu/drm/i915/intel_dp.c
> @@ -1970,6 +1970,8 @@ intel_dp_probe_oui(struct intel_dp *intel_dp)
>  {
>  	u8 buf[3];
>  
> +	ironlake_edp_panel_vdd_on(intel_dp);
> +
>  	if (!(intel_dp->dpcd[DP_DOWN_STREAM_PORT_COUNT] & DP_OUI_SUPPORT))
>  		return;

The side effect is that we then need to introduce a layer of onion here.
>  
> @@ -1980,6 +1982,8 @@ intel_dp_probe_oui(struct intel_dp *intel_dp)
>  	if (intel_dp_aux_native_read_retry(intel_dp, DP_BRANCH_OUI, buf, 3))
>  		DRM_DEBUG_KMS("Branch OUI: %02hx%02hx%02hx\n",
>  			      buf[0], buf[1], buf[2]);
> +
> +	ironlake_edp_panel_vdd_off(intel_dp, false);
>  }

-- 
Chris Wilson, Intel Open Source Technology Centre

  reply	other threads:[~2012-06-12 11:17 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-12 10:02 [PATCH] drm/i915: don't probe oui for eDP panels Daniel Vetter
2012-06-12 10:34 ` Chris Wilson
2012-06-12 11:11   ` [PATCH] drm/i915: eDP aux needs vdd Daniel Vetter
2012-06-12 11:17     ` Chris Wilson [this message]
2012-06-12 11:20   ` Daniel Vetter
2012-06-13 21:06     ` Daniel Vetter

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=1339499866_10990@CP5-2952 \
    --to=chris@chris-wilson.co.uk \
    --cc=daniel.vetter@ffwll.ch \
    --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