[PATCH 1/3] drm/radeon/kms: r600/r700 disable irq at suspend

2010-01-15 Thread Jerome Glisse
To avoid hw doing anythings after we disabled PCIE GART, fully disable IRQ at suspend. Also cleanup a bit the ih structure and process function. Signed-off-by: Jerome Glisse jgli...@redhat.com --- drivers/gpu/drm/radeon/r600.c | 30 ++

Re: [PATCH 1/3] drm/radeon/kms: r600/r700 disable irq at suspend

2010-01-15 Thread Alex Deucher
On Fri, Jan 15, 2010 at 8:44 AM, Jerome Glisse jgli...@redhat.com wrote: To avoid hw doing anythings after we disabled PCIE GART, fully disable IRQ at suspend. Also cleanup a bit the ih structure and process function. Signed-off-by: Jerome Glisse jgli...@redhat.com Reviewed-by: Alex Deucher