lkml.org 
[lkml]   [2008]   [Dec]   [13]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH 1/2] video: mbp_nvidia_bl: Add support for MacBook 5, MacBook Air 2, and MacBook Pro 5
Hi,

Matthew Garrett schrieb:
> On Fri, Dec 12, 2008 at 09:48:51PM +0100, Mario Schwalbe wrote:
>> Known Bugs:
>> * MacBook Pro 5:
>> Initial brightness after bootup is the last recently used
>> brightness (in Mac OSX), while the firmware reports maximum.
>> Impossible to fix.
>
> In that case, why not read the firmware value and then set that
> explicitly on driver load? Having the driver be in sync with the
> hardware is better than avoiding a brightness change on boot.

that's already the case. the previous code worked like that and the
patch doesn't change that behaviour. however, the problem is:
(1) the driver tries to read the current setting which is always maximum,
even through the actual brightness might be lower.
(2) afterwards the driver re-sends this value to hardware effectively
setting the (visible) brightness to maximum. now hardware and software
are consistent. that's a brightness change on boot we cannot avoid.

not re-sending the read value on boot is no solution either because if
the user later decides to adjust brightness incrementally (by means of
functions keys) it would immediately jump to some value near maximum
with his adjustment applied. then after the first change, the state
would be consistent.

>> +static int intel_chipset_get_intensity(struct backlight_device *bd)
>> {
>> outb(0x03, 0xb3);
>> outb(0xbf, 0xb2);
>> return inb(0xb3) >> 4;
>> }
>
> Just to absolutely clarify, this is intel chipset as in motherboard
> chipset and not graphics chipset, right? A comment to make that clear
> would be good - it left me a little confused at first. Other than that,
> it looks good.

yes, *_chipset refers to the motherboard chipset vendor.

ciao,
Mario

--
Wo das Chaos auf die Ordnung trifft, gewinnt meist das Chaos,
weil es besser organisiert ist.
- Friedrich Nietzsche -

--
_____ ________
/ \ / ____/ Mario Schwalbe
/ \ / \ \____ \
/ Y \/ \ eMail: schwalbe@inf.tu-dresden.de,
\____|__ /______ / ms790178@inf.tu-dresden.de
\/ \/

key ID: 7DA9 DAFF
public key: https://www1.inf.tu-dresden.de/~ms790178/key.asc
key fingerprint: 2979 AA20 4A93 B527 90CC 45E5 4B28 511A 7DA9 DAFF


\
 
 \ /
  Last update: 2008-12-13 13:07    [W:0.076 / U:0.268 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site