From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757326AbbJ2O0b (ORCPT ); Thu, 29 Oct 2015 10:26:31 -0400 Received: from host18.canaca.com ([66.49.204.205]:59791 "EHLO host18.canaca.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757038AbbJ2O03 (ORCPT ); Thu, 29 Oct 2015 10:26:29 -0400 Message-ID: <14ea70d5bc19d498e15383e43483960f.squirrel@mungewell.org> In-Reply-To: References: Date: Thu, 29 Oct 2015 08:26:29 -0600 Subject: Re: [Regression] 4.3.0rc4 through rc7: No LCD backlight on Thinkpad T60P From: "Simon Wood" To: linux-kernel@vger.kernel.org Cc: michel.daenzer@amd.com, =?iso-8859-1?Q?=22Ville_Syrj=E4l=E4=22?= , "Samuel Ortiz" User-Agent: SquirrelMail/1.5.2 [SVN] MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - host18.canaca.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - mungewell.org X-Get-Message-Sender-Via: host18.canaca.com: authenticated_id: simon@mungewell.org X-Authenticated-Sender: host18.canaca.com: simon@mungewell.org X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, October 29, 2015 8:07 am, Simon Wood wrote: > >> Well, I can confirm that the patch stopped the Oops - but unfortunatly >> the screen is still dark. >> >> Also, Oops _does_ happen with rc2 but the screens is OK with that... >> Back >> to looking through the logs. > > I couldn't see anything of note in the syslog, so attempted to bisect the > problem some - although building takes considerable time on this machine > (note 32bit). > > > 4.3.0rc6 - bad > 4.3.0rc7 - bad > 4.3.0rc2 - good > 4.3.0rc4 - bad (049e6dde7e57f0054fdc49102e7ef4830c698b46) > 4.3.0rc3 - good (9ffecb10283508260936b96022d4ee43a7798b4c) > > > So problem (no LCD backlight) must have been introduced between those. Well this looks like it might have something to do with it.... will attempt a build just before it. -- commit 4281f46ef839050d2ef60348f661eb463c21cc2e Author: Michel Dänzer Date: Mon Sep 28 18:16:31 2015 +0900 drm/radeon: Restore LCD backlight level on resume (>= R5xx) -- Cheers, Simon