From mboxrd@z Thu Jan 1 00:00:00 1970 From: Daniel Vetter Subject: Re: [PATCH 10/22] drm/i915: don't init LVDS on VLV Date: Wed, 6 Mar 2013 15:27:09 +0100 Message-ID: <20130306142709.GO9021@phenom.ffwll.local> References: <1359809786-26434-1-git-send-email-jbarnes@virtuousgeek.org> <1359809786-26434-11-git-send-email-jbarnes@virtuousgeek.org> <87obfxoa0o.fsf@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail-wg0-f42.google.com (mail-wg0-f42.google.com [74.125.82.42]) by gabe.freedesktop.org (Postfix) with ESMTP id 3700BE66BD for ; Wed, 6 Mar 2013 06:24:37 -0800 (PST) Received: by mail-wg0-f42.google.com with SMTP id 12so4904795wgh.3 for ; Wed, 06 Mar 2013 06:24:36 -0800 (PST) Content-Disposition: inline In-Reply-To: <87obfxoa0o.fsf@intel.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: Jani Nikula Cc: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org On Wed, Feb 06, 2013 at 03:19:03PM +0200, Jani Nikula wrote: > On Sat, 02 Feb 2013, Jesse Barnes wrote: > > Signed-off-by: Jesse Barnes > > Reviewed-by: Jani Nikula Queued for -next, thanks for the patch. And Paulo promised to fix up the confusion around LVDS presence checks. -Daniel > > > --- > > drivers/gpu/drm/i915/intel_lvds.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/drivers/gpu/drm/i915/intel_lvds.c b/drivers/gpu/drm/i915/intel_lvds.c > > index 8c61876..feef18c 100644 > > --- a/drivers/gpu/drm/i915/intel_lvds.c > > +++ b/drivers/gpu/drm/i915/intel_lvds.c > > @@ -1024,6 +1024,9 @@ static bool intel_lvds_supported(struct drm_device *dev) > > if (HAS_PCH_SPLIT(dev)) > > return true; > > > > + if (IS_VALLEYVIEW(dev)) > > + return false; > > + > > /* Otherwise LVDS was only attached to mobile products, > > * except for the inglorious 830gm */ > > return IS_MOBILE(dev) && !IS_I830(dev); > > -- > > 1.7.9.5 > > > > _______________________________________________ > > Intel-gfx mailing list > > Intel-gfx@lists.freedesktop.org > > http://lists.freedesktop.org/mailman/listinfo/intel-gfx > _______________________________________________ > 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