| Submitter | Kamal Mostafa |
|---|---|
| Date | Feb. 13, 2013, 5:05 p.m. |
| Message ID | <1360775125.21346.133.camel@fourier> |
| Download | mbox |
| Permalink | /patch/220196/ |
| State | New |
| Headers | show
Return-Path: <kernel-team-bounces@lists.ubuntu.com> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from chlorine.canonical.com (chlorine.canonical.com [91.189.94.204]) by ozlabs.org (Postfix) with ESMTP id 289282C0099 for <incoming@patchwork.ozlabs.org>; Thu, 14 Feb 2013 04:05:23 +1100 (EST) Received: from localhost ([127.0.0.1] helo=chlorine.canonical.com) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <kernel-team-bounces@lists.ubuntu.com>) id 1U5fla-0004KM-J2; Wed, 13 Feb 2013 17:05:06 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by chlorine.canonical.com with esmtp (Exim 4.71) (envelope-from <kamal@canonical.com>) id 1U5flX-0004JV-AL for kernel-team@lists.ubuntu.com; Wed, 13 Feb 2013 17:05:03 +0000 Received: from c-67-160-231-42.hsd1.ca.comcast.net ([67.160.231.42] helo=[192.168.1.7]) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from <kamal@canonical.com>) id 1U5flW-0007OL-VN; Wed, 13 Feb 2013 17:05:03 +0000 Message-ID: <1360775125.21346.133.camel@fourier> Subject: [Raring][pull-request] i915 Sandybridge-M backlight fix From: Kamal Mostafa <kamal@canonical.com> To: kernel-team@lists.ubuntu.com Date: Wed, 13 Feb 2013 09:05:25 -0800 X-Mailer: Evolution 3.6.2-0ubuntu1 Mime-Version: 1.0 X-BeenThere: kernel-team@lists.ubuntu.com X-Mailman-Version: 2.1.13 Precedence: list List-Id: Kernel team discussions <kernel-team.lists.ubuntu.com> List-Unsubscribe: <https://lists.ubuntu.com/mailman/options/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=unsubscribe> List-Archive: <https://lists.ubuntu.com/archives/kernel-team> List-Post: <mailto:kernel-team@lists.ubuntu.com> List-Help: <mailto:kernel-team-request@lists.ubuntu.com?subject=help> List-Subscribe: <https://lists.ubuntu.com/mailman/listinfo/kernel-team>, <mailto:kernel-team-request@lists.ubuntu.com?subject=subscribe> Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: kernel-team-bounces@lists.ubuntu.com Errors-To: kernel-team-bounces@lists.ubuntu.com |
Pull-request
git://kernel.ubuntu.com/kamal/ubuntu-raring.git i915-backlightComments
Tim Gardner - Feb. 13, 2013, 5:42 p.m.
BugLink: http://bugs.launchpad.net/bugs/954661 This small i915 backlight initialization fix (cherry-picked from the drm-intel-nightly tree) enables working brightness controls on Dell XPS 13 and other Sandybridge-Mobile GPU machines. This patch is low-risk for Raring: the fix restores part of the backlight init sequence to the way it had worked before a recent change in August broke it. The pending commit in drm-intel-nightly is marked cc: stable, but it may not land in mainline before 3.9. Thanks, -Kamal ---- >8 ------------------ The following changes since commit 150b0fcdb7e54c32e3f64d13df0fa08e7e60c453: UBUNTU: [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports (2013-02-12 11:38:36 +0000) are available in the git repository at: git://kernel.ubuntu.com/kamal/ubuntu-raring.git i915-backlight for you to fetch changes up to c82fa02edbf99e6c2fc6ee4e22eecf4d7d3fb437: UBUNTU: SAUCE: drm/i915: write backlight harder (2013-02-12 10:42:31 -0800) ---------------------------------------------------------------- Daniel Vetter (1): UBUNTU: SAUCE: drm/i915: write backlight harder drivers/gpu/drm/i915/intel_panel.c | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-)