Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752725Ab3CNUKo (ORCPT ); Thu, 14 Mar 2013 16:10:44 -0400 Received: from mail-oa0-f47.google.com ([209.85.219.47]:50843 "EHLO mail-oa0-f47.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752129Ab3CNUKl (ORCPT ); Thu, 14 Mar 2013 16:10:41 -0400 MIME-Version: 1.0 In-Reply-To: <87txoit6uf.fsf@intel.com> References: <20130219100849.72d2330b@jbarnes-desktop> <20130219125217.6b6f55ff@jbarnes-desktop> <87txoit6uf.fsf@intel.com> Date: Thu, 14 Mar 2013 13:10:40 -0700 X-Google-Sender-Auth: UWX7nl9mv81-j_dWq7nu2D-c0Zg Message-ID: Subject: Re: [Intel-gfx] i915 black screen introduced by ACPI changes From: Chris Li To: Jani Nikula Cc: Daniel Vetter , len.brown@intel.com, feng.tang@intel.com, intel-gfx , linux-kernel@vger.kernel.org, robert.moore@intel.com, Linus Torvalds Content-Type: text/plain; charset=ISO-8859-1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2187 Lines: 46 On Mon, Mar 11, 2013 at 6:16 AM, Jani Nikula wrote: > Interesting snippets from your dmesgs: > > 1) good > > [ 0.000000] Linux version 3.6.0-rc6+ (chrisl@ideapad.lan) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #25 SMP Wed Feb 20 12:55:06 PST 2013 > ... > [ 5.341431] [drm:intel_panel_get_max_backlight], max backlight PWM = 4648 > [ 5.341442] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4648 > [ 5.342572] [drm:intel_panel_get_max_backlight], max backlight PWM = 4648 > [ 5.342578] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4648 > > 2) bad > > [ 0.000000] Linux version 3.8.0-rc7+ (chrisl@ideapad.lan) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #23 SMP Tue Feb 19 19:24:57 PST 2013 > ... > [ 5.692853] [drm:asle_set_backlight], bclp = 0x800000ff > [ 5.692865] [drm:intel_panel_get_max_backlight], max backlight PWM = 4648 > [ 5.692870] [drm:intel_panel_actually_set_backlight], set backlight PWM = 4648 > [ 5.693401] [drm:asle_set_backlight], bclp = 0x80000000 > [ 5.693408] [drm:intel_panel_get_max_backlight], max backlight PWM = 4648 > [ 5.693413] [drm:intel_panel_actually_set_backlight], set backlight PWM = 0 > > (We've added another debug print to asle_set_backlight.) > > For some reason we get two asle requests in a row. In the good kernel > it's the same request twice, in the bad kernel the second requests is > for 0 backlight. The register dumps seem to confirm this. > > Please try a recent kernel, with and without the the bisected bad commit Hi, I did try the tip of Linus git tree. However I can't make the kernel boot regardless bad commit or not. The kernel just hang there after grub2 load the kernel and initram image. It looks like a different problem than the intel black screen because it don't even get to the point show any console print out. I will try the intel branch instead. Chris -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/