[PATCH 3/3] drm/radeon/kms: r600 handle irq vector ring overflow

2010-01-15 Thread Jerome Glisse
In some rare case i faced an irq overflow quickly followed by a GPU lockup (hard hang) this patch try to deal with irq vector ring overflow, so far haven't been able to reproduce it with the patch. Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/r600.c | 10

Re: [PATCH 3/3] drm/radeon/kms: r600 handle irq vector ring overflow

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 i faced an irq overflow quickly followed by a GPU lockup (hard hang) this patch try to deal with irq vector ring overflow, so far haven't been able to reproduce it with the patch. Signed-off-by: Jerome