From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Robert P. J. Day" Subject: Re: has the i915 "black screen" boot issue returned? [BISECTED] Date: Fri, 28 Jan 2011 10:27:09 -0500 (EST) Message-ID: 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> <0d30dc$kt5m7m@orsmga001.jf.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from astoria.ccjclearline.com (astoria.ccjclearline.com [64.235.106.9]) by gabe.freedesktop.org (Postfix) with ESMTP id 88FAA9E765 for ; Fri, 28 Jan 2011 07:27:16 -0800 (PST) In-Reply-To: <0d30dc$kt5m7m@orsmga001.jf.intel.com> 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: Chris Wilson Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org On Fri, 28 Jan 2011, Chris Wilson wrote: > 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.) victory is mine! ok, that premature return seems to have solved it, i'm up and running under this new kernel. are we getting close? rday -- ======================================================================== Robert P. J. Day Waterloo, Ontario, CANADA http://crashcourse.ca Twitter: http://twitter.com/rpjday LinkedIn: http://ca.linkedin.com/in/rpjday ========================================================================