public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
From: Daniel Vetter <daniel@ffwll.ch>
To: Giacomo Comes <comes@naic.edu>
Cc: intel-gfx@lists.freedesktop.org
Subject: Re: [PATCH] Skip intel_crt_init for Dell XPS 8700
Date: Thu, 3 Apr 2014 23:15:44 +0200	[thread overview]
Message-ID: <20140403211544.GP7225@phenom.ffwll.local> (raw)
In-Reply-To: <20140403181355.GA27493@monopoli.naic.edu>

On Thu, Apr 03, 2014 at 02:13:55PM -0400, Giacomo Comes wrote:
> The Dell XPS 8700 has a onboard Display port and HDMI port and no VGA port.
> The call intel_crt_init freeze the machine, so skip such call.
> 
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=73559
> Signed-off-by: Giacomo Comes <comes at naic.edu>

Picked up for -fixes, thanks for the patch.
-Daniel

> 

> diff -Nraub a/drivers/gpu/drm/i915/intel_crt.c b/drivers/gpu/drm/i915/intel_crt.c
> --- a/drivers/gpu/drm/i915/intel_crt.c	2013-09-02 16:46:10.000000000 -0400
> +++ b/drivers/gpu/drm/i915/intel_crt.c	2014-03-06 23:10:59.110438427 -0400
> @@ -745,6 +745,14 @@
>  			DMI_MATCH(DMI_PRODUCT_NAME, "ZGB"),
>  		},
>  	},
> +	{
> +		.callback = intel_no_crt_dmi_callback,
> +		.ident = "DELL XPS 8700",
> +		.matches = {
> +			DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> +			DMI_MATCH(DMI_PRODUCT_NAME, "XPS 8700"),
> +		},
> +	},
>  	{ }
>  };
>  

> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx@lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx


-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch

      reply	other threads:[~2014-04-03 21:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-03 18:13 [PATCH] Skip intel_crt_init for Dell XPS 8700 Giacomo Comes
2014-04-03 21:15 ` 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=20140403211544.GP7225@phenom.ffwll.local \
    --to=daniel@ffwll.ch \
    --cc=comes@naic.edu \
    --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