From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chris Wilson Subject: Re: has the i915 "black screen" boot issue returned? [BISECTED] Date: Fri, 28 Jan 2011 15:11:41 +0000 Message-ID: <0d30dc$kt5m7m@orsmga001.jf.intel.com> References: <1bdc18$jdgfni@fmsmga002.fm.intel.com> <0d30dc$ksovh8@orsmga001.jf.intel.com> <849307$bbem1h@azsmga001.ch.intel.com> <0d30dc$kt3gd6@orsmga001.jf.intel.com> <849307$bbh907@azsmga001.ch.intel.com> <1bdc18$jdthb8@fmsmga002.fm.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) by gabe.freedesktop.org (Postfix) with ESMTP id B14519E7B4 for ; Fri, 28 Jan 2011 07:11:44 -0800 (PST) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org Errors-To: dri-devel-bounces+sf-dri-devel=m.gmane.org@lists.freedesktop.org To: "Robert P. J. Day" Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, 28 Jan 2011 10:08:07 -0500 (EST), "Robert P. J. Day" wrote: > > That would be easy to test by returning early in intel_opregion_setup(): > > > > diff --git a/drivers/gpu/drm/i915/intel_opregion.c > > b/drivers/gpu/drm/i915/intel_ > > index 9efccb9..8c93201 100644 > > --- a/drivers/gpu/drm/i915/intel_opregion.c > > +++ b/drivers/gpu/drm/i915/intel_opregion.c > > @@ -470,6 +470,8 @@ int intel_opregion_setup(struct drm_device *dev) > > u32 asls, mboxes; > > int err = 0; > > > > + return -ENOTSUPP; > > + > > > > pci_read_config_dword(dev->pdev, PCI_ASLS, &asls); > > DRM_DEBUG_DRIVER("graphic opregion physical addr: 0x%x\n", asls); > > if (asls == 0) { > > > > so you want me to revert to a stock b705120e before doing the above? Yes. (Or latter, at this point we have lots of fun ahead.) -Chris -- Chris Wilson, Intel Open Source Technology Centre