Re: radeon panic: mtx_lock() of destroyed mutex @ /usr/src/sys/modules/drm/radeon/../../../dev/drm/radeon_irq.c:128

2007-01-11 Thread John Baldwin
On Monday 18 December 2006 13:11, Gavin Atkinson wrote: On Mon, 2006-12-18 at 16:58 +, Gavin Atkinson wrote: I've determined that this lock has been destroyed even before glxgears runs - I guess it's just the first attempt at 3D rendering that triggers it? Indeed, what's happening

radeon panic: mtx_lock() of destroyed mutex @ /usr/src/sys/modules/drm/radeon/../../../dev/drm/radeon_irq.c:128

2006-12-18 Thread Gavin Atkinson
for speed options ALT_BREAK_TO_DEBUGGER I load the radeon module from /boot/loader.conf. If I'm in X (gnome), and run glxgears, a window opens with the first frame, but then I get the following reproduceable panic: panic: mtx_lock() of destroyed mutex @ /usr/src/sys/modules/drm/radeon

Re: radeon panic: mtx_lock() of destroyed mutex @ /usr/src/sys/modules/drm/radeon/../../../dev/drm/radeon_irq.c:128

2006-12-18 Thread Gavin Atkinson
On Mon, 2006-12-18 at 16:58 +, Gavin Atkinson wrote: I've determined that this lock has been destroyed even before glxgears runs - I guess it's just the first attempt at 3D rendering that triggers it? Indeed, what's happening is that something calls drm_irq_install() in