From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hans de Goede Subject: [REGRESSION BISECTED] backlight control stops workin with 3.14 and later Date: Tue, 22 Jul 2014 08:42:33 +0200 Message-ID: <53CE07D9.3090308@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by gabe.freedesktop.org (Postfix) with ESMTP id 714B06E49D for ; Mon, 21 Jul 2014 23:42:38 -0700 (PDT) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" To: jani.nikula@intel.com Cc: "intel-gfx@lists.freedesktop.org" , Bertrik Sikken List-Id: intel-gfx@lists.freedesktop.org Hi Jani et al, A friend of mine Bertrik Sikken (in the Cc) his backlight control stopped working for him on his Samsung N150Plus netbook. I took a quick look, and the raw intel_backlight backlight interface works under 3.14, but the firmware samsung_laptop backlight interface, which is what most userspace apps will use by default, stops working in 3.14 . I've asked him to bisect this and the bisect points out this commit as the culprit: b35684b8fa94e04f55fd38bf672b737741d2f9e2 is the first bad commit commit b35684b8fa94e04f55fd38bf672b737741d2f9e2 Author: Jani Nikula Date: Thu Nov 14 12:13:41 2013 +0200 drm/i915: do full backlight setup at enable time We should now have all the information we need to do a full initialization of the backlight registers. v2: Keep QUIRK_NO_PCH_PWM_ENABLE for now (Imre). Signed-off-by: Jani Nikula Reviewed-by: Imre Deak Signed-off-by: Daniel Vetter Note that this laptop has an acpi_video backlight interface too, but that has been broken from the start and gets disabled by samsung-laptop based on dmi matching. Regards, Hans