From: Takashi Iwai Date: Wed, 16 Nov 2011 09:58:03 +0000 (+0100) Subject: drm/i915: Fix inconsistent backlight level during disabled X-Git-Tag: v3.2-rc3~8^2~5^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=04b38670cf46c096705f24e92a8747d1ab89e53c;p=pandora-kernel.git drm/i915: Fix inconsistent backlight level during disabled When the brightness property is inquired while the backlight is disabled, the driver returns a wrong value (zero) because it probes the value after the backlight was turned off. This caused a black screen even after the backlight is enabled again. It should return the internal backlight_level instead, so that it won't be influenced by the backlight-enable state. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=41926 BugLink: https://bugs.launchpad.net/ubuntu/+source/linux/+bug/872652 Tested-by: Kamal Mostafa Cc: Alex Davis Cc: Signed-off-by: Takashi Iwai Signed-off-by: Keith Packard --- Reading git-diff-tree failed