From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH] Skip intel_crt_init for Dell XPS 8700 Date: Thu, 3 Apr 2014 23:15:44 +0200 Message-ID: <20140403211544.GP7225@phenom.ffwll.local> References: <20140403181355.GA27493@monopoli.naic.edu> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f41.google.com (mail-wg0-f41.google.com [74.125.82.41]) by gabe.freedesktop.org (Postfix) with ESMTP id 42A116EA4C for ; Thu, 3 Apr 2014 14:15:48 -0700 (PDT) Received: by mail-wg0-f41.google.com with SMTP id n12so2564234wgh.24 for ; Thu, 03 Apr 2014 14:15:47 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20140403181355.GA27493@monopoli.naic.edu> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: Giacomo Comes Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org 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 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