From: Chris Wilson <chris@chris-wilson.co.uk>
To: Rolf Eike Beer <eike-kernel@sf-tec.de>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 4/6] drm/i915: Try harder on multifunction SDVO DDC
Date: Thu, 16 Jun 2011 21:58:42 +0100 [thread overview]
Message-ID: <e0d58a$dpfvd@orsmga002.jf.intel.com> (raw)
In-Reply-To: <1308256588-8026-4-git-send-email-ajax@redhat.com>
Rolf,
This looks to be the missing ingredient for your board. Can you please
give it a test?
-Chris
On Thu, 16 Jun 2011 16:36:26 -0400, Adam Jackson <ajax@redhat.com> wrote:
> The comment was wrong, bus 0 is the SPD ROM, as we discovered in
> 14571b4 and b108333.
>
> Signed-off-by: Adam Jackson <ajax@redhat.com>
> ---
> drivers/gpu/drm/i915/intel_sdvo.c | 7 ++-----
> 1 files changed, 2 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_sdvo.c b/drivers/gpu/drm/i915/intel_sdvo.c
> index 6d3dd09..193919e 100644
> --- a/drivers/gpu/drm/i915/intel_sdvo.c
> +++ b/drivers/gpu/drm/i915/intel_sdvo.c
> @@ -1313,11 +1313,8 @@ intel_sdvo_tmds_sink_detect(struct drm_connector *connector)
> if (edid == NULL && intel_sdvo_multifunc_encoder(intel_sdvo)) {
> u8 ddc, saved_ddc = intel_sdvo->ddc_bus;
>
> - /*
> - * Don't use the 1 as the argument of DDC bus switch to get
> - * the EDID. It is used for SDVO SPD ROM.
> - */
> - for (ddc = intel_sdvo->ddc_bus >> 1; ddc > 1; ddc >>= 1) {
> + /* Skip bus 0, it's the SDVO SPD ROM */
> + for (ddc = intel_sdvo->ddc_bus >> 1; ddc > 0; ddc >>= 1) {
> intel_sdvo->ddc_bus = ddc;
> edid = intel_sdvo_get_edid(connector);
> if (edid)
> --
> 1.7.5.4
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Chris Wilson, Intel Open Source Technology Centre
next prev parent reply other threads:[~2011-06-16 20:58 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-06-16 20:36 [PATCH 1/6] drm/i915: Remove "i2c_speed" nonsense from child device table Adam Jackson
2011-06-16 20:36 ` [PATCH 2/6] drm/i915: Fix multifunction SDVO detection Adam Jackson
2011-06-16 20:44 ` Chris Wilson
2011-06-16 20:36 ` [PATCH 3/6] drm/i915: Rename intel_sdvo_hdmi_sink_detect Adam Jackson
2011-06-16 20:46 ` Chris Wilson
2011-06-16 20:36 ` [PATCH 4/6] drm/i915: Try harder on multifunction SDVO DDC Adam Jackson
2011-06-16 20:58 ` Chris Wilson [this message]
2011-10-20 20:51 ` Keith Packard
2012-04-15 23:10 ` Daniel Vetter
2012-04-16 14:01 ` Adam Jackson
2011-06-16 20:36 ` [PATCH 5/6] drm/i915: Delete a misleading comment Adam Jackson
2011-06-16 20:53 ` Chris Wilson
2011-06-16 20:36 ` [PATCH 6/6] drm/i915: Remove redundant bit shifting from intel_gmbus_set_speed Adam Jackson
2011-06-16 20:55 ` Chris Wilson
2011-06-16 20:44 ` [PATCH 1/6] drm/i915: Remove "i2c_speed" nonsense from child device table Chris Wilson
2011-09-22 14:00 ` Adam Jackson
2011-09-22 18:24 ` Keith Packard
2011-09-22 18:34 ` Adam Jackson
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='e0d58a$dpfvd@orsmga002.jf.intel.com' \
--to=chris@chris-wilson.co.uk \
--cc=eike-kernel@sf-tec.de \
--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