From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolai Lissner Subject: BUG: kernel-3.13: switch off backlight on Acer 3820TG Date: Wed, 22 Jan 2014 20:02:50 +0100 Message-ID: <20140122190250.GA15217@gnuffy.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail.gnuffy.net (gnuffy.net [83.151.26.60]) by gabe.freedesktop.org (Postfix) with ESMTP id 504B3FB8B7 for ; Wed, 22 Jan 2014 11:11:41 -0800 (PST) Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: dri-devel-bounces@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org To: David Airlie Cc: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org Hi, After updating from linux 3.12.8 to 3.13 my display backlight switches off when starting X. As it seems, the kernel doesn't crash, it just switched off the backlight. Hardware name: Acer Aspire 3820T/JM31_CP, BIOS V1.19 10/27/2010 This is a notebook with an intel/radeon hybrid graphics. I use intel for my X only. I've bisect'd the problem in the linux-stable tree and it says: 10ebc0bc09344ab6310309169efc73dfe6c23d72 is the first bad commit commit 10ebc0bc09344ab6310309169efc73dfe6c23d72 Author: Dave Airlie Date: Mon Sep 17 14:40:31 2012 +1000 drm/radeon: add runtime PM support (v2) This hooks radeon up to the runtime PM system to enable dynamic power management for secondary GPUs in switchable and powerxpress laptops. v2: agd5f: clean up, add module parameter Signed-off-by: Dave Airlie Signed-off-by: Alex Deucher Please let me know if you need addititonal information.