Re: i915/kms/backlight-combo mode problem

From: Chris Diamand
Date: Sat Jan 21 2012 - 16:26:15 EST


On 21/01/12 18:32, Keith Packard wrote:
On Sat, 21 Jan 2012 17:09:25 +0000, Chris Diamand<chris.diamand@xxxxxxxxx> wrote:
Hi,

I have the problem described in the thread here
(https://lkml.org/lkml/2011/4/29/217) where the backlight
values are reversed so although stuff is displayed on the screen, the
backlight is off. This occurs with kernels from about 2.6.39 onwards.

After booting a "broken" kernel (>~2.6.39), the backlight can be lit
temporarily with:
setpci -s 00:02.0 F4.B=0
and then turned off with:
setpci -s 00:02.0 F4.B=FF
Can you experiment with other values? I'd like to know if it's
completely reversed, or if there's some other interaction here.

Testing 0x80, 0x7f, 0x01, 0xfe would all be interesting to me.

0x00 is the brightest. It gets very gradually dimmer up to about 0xB0, when the gaps between
brightness levels are slightly bigger.
0xFE is very low but still works.
Barely any difference between 0x80 and 0x7f, same with 0x00 and 0x01, etc.

I suspect that writes to the LPBC value are being trapped by SMI and
'doing things' underneath.

Yesterday I tried this patch, https://lkml.org/lkml/2011/4/30/37 by
manually applying it to the 3.2.1
kernel source - this fixes the problem.
Can you still turn the backlight off with this patch in place?
Yes, with Fn-F6. It turns back on again when the mouse is moved or a key is pressed.
** Unfortunately the LKML thread stops after this patch and given that
the problem is still present in the latest source, this code wasn't
pushed into the kernel. Is there a reason for this or was it just
forgotten about? What can I do about this? I am happy to make a git
patch with the latest source if this will help.
The patch would completely bypass LPBC-based brightness controls if the
backlight happened to be off when the driver started, which isn't
exactly what you want.



--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/