[PATCH 2/3] drm/radeon/kms: r600/r700 don't process IRQ if not initialized

2010-01-15 Thread Jerome Glisse
In some rare case the wptr returned from the hw wasn't 0 and leaded to trick r600_process_irq that their were irq to process. Add a check to bail out if irq hasn't been initialized this will avoid oops provoqued by the rare wptr != 0 on initialization. Signed-off-by: Jerome Glisse

Re: [PATCH 2/3] drm/radeon/kms: r600/r700 don't process IRQ if not initialized

2010-01-15 Thread Alex Deucher
On Fri, Jan 15, 2010 at 8:44 AM, Jerome Glisse jgli...@redhat.com wrote: In some rare case the wptr returned from the hw wasn't 0 and leaded to trick r600_process_irq that their were irq to process. Add a check to bail out if irq hasn't been initialized this will avoid oops provoqued by the