Re: RFC: output polling + disconnected operation

2010-05-05 Thread Michel Dänzer
On Mit, 2010-05-05 at 11:12 +1000, Dave Airlie wrote: So at startup X drivers genearlly seem to ask for a list of connectors and status for them, and if it can't find any connected, it goes to unknown, and if none of those they fall over and X exits. Idea 1 was to just pick a connector and

Re: RFC: output polling + disconnected operation

2010-05-05 Thread Dave Airlie
2010/5/5 Michel Dänzer mic...@daenzer.net: On Mit, 2010-05-05 at 11:12 +1000, Dave Airlie wrote: So at startup X drivers genearlly seem to ask for a list of connectors and status for them, and if it can't find any connected, it goes to unknown, and if none of those they fall over and X exits.

Re: RFC: output polling + disconnected operation

2010-05-05 Thread Michel Dänzer
On Mit, 2010-05-05 at 20:25 +1000, Dave Airlie wrote: 2010/5/5 Michel Dänzer mic...@daenzer.net: On Mit, 2010-05-05 at 11:12 +1000, Dave Airlie wrote: So at startup X drivers genearlly seem to ask for a list of connectors and status for them, and if it can't find any connected, it goes

[Bug 15166] Changing brightness of backlight freezes kernel with radeon kms enabled.

2010-05-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15166 --- Comment #48 from Alex Deucher alexdeuc...@gmail.com 2010-05-05 15:00:30 --- One of my coworkers who is also experiencing the problem bisected it down to: f3eee54276dfd1117fd94259f2b4a38388264724: commit

[Bug 15469] [Intel Graphics HD] Kernel panic on boot with certain BIOS options

2010-05-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15469 --- Comment #4 from Artem S. Tashkinov t.ar...@mailcity.com 2010-05-05 19:18:57 --- It's kind of stupid to report (no i915 patches have been merged after rc5), but kernel 2.6.34-rc6 is also affected. I can post the entire backtrace in a

[Bug 15469] [Intel Graphics HD] Kernel panic on boot with certain BIOS options

2010-05-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15469 --- Comment #5 from Daniel Vetter dan...@ffwll.ch 2010-05-05 19:47:37 --- --- Comment #4 from Artem S. Tashkinov t.ar...@mailcity.com 2010-05-05 19:18:57 --- It's kind of stupid to report (no i915 patches have been merged after rc5),

[Bug 15469] [Intel Graphics HD] Kernel panic on boot with certain BIOS options

2010-05-05 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=15469 Artem S. Tashkinov t.ar...@mailcity.com changed: What|Removed |Added Attachment #25406|0 |1 is

[PATCH] drm/fbdev: rework output polling to be back in the core. (v2)

2010-05-05 Thread Dave Airlie
From: Dave Airlie airl...@redhat.com After thinking it over a lot it made more sense for the core to deal with the output polling especially so it can notify X. v2: drop plans for fake connector - per Michel's comments - fix X patch sent to xorg-devel, add intel polled/hpd setting, add initial