From: Ben Widawsky <ben@bwidawsk.net>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH 1/6] drm/i915: use VBT to determine whether to enumerate the VGA port
Date: Thu, 29 May 2014 14:47:56 -0700 [thread overview]
Message-ID: <20140529214755.GA32386@bwidawsk.net> (raw)
In-Reply-To: <1396653132-908-1-git-send-email-jbarnes@virtuousgeek.org>
On Fri, Apr 04, 2014 at 04:12:07PM -0700, Jesse Barnes wrote:
> Some platforms may not have it, and enumerating it is both confusing and
> time consuming due to the hotplug and DDC probing.
>
> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
> ---
> drivers/gpu/drm/i915/intel_display.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/i915/intel_display.c b/drivers/gpu/drm/i915/intel_display.c
> index 3697433..6a6406f 100644
> --- a/drivers/gpu/drm/i915/intel_display.c
> +++ b/drivers/gpu/drm/i915/intel_display.c
> @@ -10678,7 +10678,7 @@ static void intel_setup_outputs(struct drm_device *dev)
>
> intel_lvds_init(dev);
>
> - if (!IS_ULT(dev))
> + if (!IS_ULT(dev) && dev_priv->vbt.int_crt_support)
> intel_crt_init(dev);
>
> if (HAS_DDI(dev)) {
For the love of god, can we please rename "bits X" in the
struct bdb_general_features? That caused me endless pain. It should be
"byte 0"
Also, I guess there is a problem when the VBT is missing, and we have a
dont have a CRT on non-ULT (since the default seems to be true). This
however is no worse than the current situation AFAICT.
Reviewed-by: Ben Widawsky <ben@bwidawsk.net>
--
Ben Widawsky, Intel Open Source Technology Center
next prev parent reply other threads:[~2014-05-29 21:48 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-04-04 23:12 [PATCH 1/6] drm/i915: use VBT to determine whether to enumerate the VGA port Jesse Barnes
2014-04-04 23:12 ` [PATCH 2/6] drm/i915: remove unnecessary delays in intel_dp_link_down Jesse Barnes
2014-04-05 6:26 ` Chris Wilson
2014-04-11 21:25 ` [PATCH 1/2] drm/i915: remove unexplained vblank wait in the DP off code Jesse Barnes
2014-04-11 21:25 ` [PATCH 2/2] drm/i915: remove misplaced panel wait in " Jesse Barnes
2014-04-12 7:03 ` [PATCH 1/2] drm/i915: remove unexplained vblank wait in the " Chris Wilson
2014-04-17 12:21 ` Ville Syrjälä
2014-04-22 19:17 ` Daniel Vetter
2014-04-04 23:12 ` [PATCH 3/6] drm/i915: warn when a vblank wait times out Jesse Barnes
2014-04-05 6:29 ` Chris Wilson
2014-04-05 15:22 ` Daniel Vetter
2014-04-05 18:52 ` Jesse Barnes
2014-04-07 6:20 ` Daniel Vetter
2014-04-04 23:12 ` [PATCH 4/6] drm/i915: don't set sink DPMS status on eDP Jesse Barnes
2014-04-07 8:36 ` Jani Nikula
2014-04-07 14:58 ` Jesse Barnes
2014-04-04 23:12 ` [PATCH 5/6] drm/i915/vlv: move DP enable after plane/pipe enable per latest spec Jesse Barnes
2014-04-04 23:12 ` [PATCH 6/6] drm/i915/vlv: re-order TX lane reset " Jesse Barnes
2014-05-29 21:47 ` Ben Widawsky [this message]
2014-06-02 8:24 ` [PATCH 1/6] drm/i915: use VBT to determine whether to enumerate the VGA port 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=20140529214755.GA32386@bwidawsk.net \
--to=ben@bwidawsk.net \
--cc=intel-gfx@lists.freedesktop.org \
--cc=jbarnes@virtuousgeek.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 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.