Re: [PATCH 0/3] DRM based mode setting

2008-11-26 Thread Jesse Barnes
On Wednesday, November 26, 2008 1:14 pm Jesse Barnes wrote: > Here's an updated set that incorporates Eric's feedback, along with a > few other fixes: > - lastclose now correctly restores the mode (useful for if an > application crashes or doesn't clean up after itself) > - SysRq-g allows y

[Bug 18609] Recent GEM kernels eventually start dropping interrupts on intel

2008-11-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18609 Pierre Willenbrock <[EMAIL PROTECTED]> changed: What|Removed |Added CC||[EMAIL PROTECTED]

Re: [PATCH] DRM: i915: add mode setting support

2008-11-26 Thread Jesse Barnes
On Wednesday, November 19, 2008 10:07 pm Eric Anholt wrote: > On Wed, 2008-11-05 at 16:49 -0800, Jesse Barnes wrote: > > Adds support for DRM based mode setting on Intel integrated graphics > > chips. > > Might be nice to note what hardware is/isn't supported and tested here. > For example, native

Re: [PATCH] DRM: add mode setting support

2008-11-26 Thread Jesse Barnes
On Wednesday, November 19, 2008 6:45 pm Eric Anholt wrote: > On Fri, 2008-11-07 at 15:31 -0800, Jesse Barnes wrote: > > [Justify this massive code drop here.] > > Don't forget this bit :) Heh, will fix. Thanks a ton for looking through this; I know it's huge and in some places hard to follow. >

[Bug 12031] DRM enabled kernel hangs hard on resume (Intel graphics)

2008-11-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12031 --- Comment #11 from [EMAIL PROTECTED] 2008-11-26 09:45 --- Re: comment #9: VT switching still has weird behaviour indeed on fixed -rc6 (A110L), in that sometimes switching to tty1 from x.org will not be successful and X will reappear (

[Bug 12031] DRM enabled kernel hangs hard on resume (Intel graphics)

2008-11-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12031 --- Comment #10 from [EMAIL PROTECTED] 2008-11-26 06:40 --- Created an attachment (id=19033) --> (http://bugzilla.kernel.org/attachment.cgi?id=19033&action=view) Script for automated stress-testing of suspend/resume with the help of RT

[Bug 12031] DRM enabled kernel hangs hard on resume (Intel graphics)

2008-11-26 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12031 --- Comment #9 from [EMAIL PROTECTED] 2008-11-26 06:20 --- There still is a problem on Toshiba R500 with the patch from comment #6 applied. Namely, I tested the patch with a kernel having CONFIG_DEBUG_PAGEALLOC=y and CONFIG_NR_CPUS=128

[Bug 18041] [945GM(E)] 'xrandr --output LVDS off' hangs Xserver in drmWaitVBlank()

2008-11-26 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=18041 --- Comment #19 from qwang13 <[EMAIL PROTECTED]> 2008-11-26 06:15:43 PST --- Is it possible when you make LVDS or others display off, you can cleanup the vblank. That will tell others application that, we disable vblank, don't wait any more.

[PATCH] Fix LVDS EDID to match all possible default modes

2008-11-26 Thread Keith Packard
If the EDID data from the LVDS doesn't indicate support for a wide range of continuous frequencies, it will not match any of the default modes although our LVDS scaler logic ignores refresh rates when programming LVDS modes. Fix this by smashing the compute EDID data to open up the sync rates. Sig