[Bug 16334] [DRM 945GM] i915 Oops (i915_driver_lastclose) when shutdown X

2009-02-07 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=16334 --- Comment #9 from Jie Luo 2009-02-07 18:47:34 PST --- (In reply to comment #7) > Does this still exist with the latest code? > Didn't see it for a long time, assume it was fixed. -- Configure bugmail: http://bugs.freedesktop.org/userpr

Re: [PATCH] capture last_vblank count at IRQ uninstall time too

2009-02-07 Thread Timo Aaltonen
On Fri, 6 Feb 2009, Jesse Barnes wrote: > In dc1336ff4fe08ae7cfe8301bfd7f0b2cfd31d20a (set vblank enable flag correctly > across IRQ uninstall), we made sure drivers that uninstall their interrupt > handler set the vblank enabled flag correctly, so that when interrupts are > re-enabled, vblank int

Re: [PATCH] capture last_vblank count at IRQ uninstall time too

2009-02-07 Thread Jesse Barnes
On Saturday, February 7, 2009 6:54 am Michel Dänzer wrote: > On Fri, 2009-02-06 at 13:04 -0800, Jesse Barnes wrote: > > In dc1336ff4fe08ae7cfe8301bfd7f0b2cfd31d20a (set vblank enable flag > > correctly across IRQ uninstall), we made sure drivers that uninstall > > their interrupt handler set the vb

Re: [PATCH] capture last_vblank count at IRQ uninstall time too

2009-02-07 Thread Michel Dänzer
On Fri, 2009-02-06 at 13:04 -0800, Jesse Barnes wrote: > In dc1336ff4fe08ae7cfe8301bfd7f0b2cfd31d20a (set vblank enable flag correctly > across IRQ uninstall), we made sure drivers that uninstall their interrupt > handler set the vblank enabled flag correctly, so that when interrupts are > re-enabl

[Bug 12441] Xorg can't use dri on radeon X1950 AGP

2009-02-07 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12441 --- Comment #14 from [email protected] 2009-02-07 06:38 --- Patch : http://bugzilla.kernel.org/attachment.cgi?id=20032&action=view Handled-By : Dave Airlie -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email ---

[Bug 12491] i915 lockdep warning

2009-02-07 Thread bugme-daemon
http://bugzilla.kernel.org/show_bug.cgi?id=12491 --- Comment #2 from [email protected] 2009-02-07 05:42 --- Handled-By : Roland Dreier Patch : http://marc.info/?l=linux-kernel&m=123378709730700&w=2 -- Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email --- You are

Re: Gem GTT mmaps..

2009-02-07 Thread Xavier Bestel
Le vendredi 06 février 2009 à 14:24 -0800, Jesse Barnes a écrit : > + map = list->map; > + if (map) { > + drm_free(map, sizeof(*map), DRM_MEM_DRIVER); > + list->map = NULL; I would have inverted the two last lines (otherwise why wouldn't you directly drw_fre