diff options
author | Dave Airlie <airlied@starflyer.(none)> | 2005-06-10 19:27:51 +1000 |
---|---|---|
committer | Dave Airlie <airlied@linux.ie> | 2005-06-10 19:27:51 +1000 |
commit | 74e8ebc55d85ca1acb3e73610965bea63cc39054 (patch) | |
tree | 7408fb2a44074fc8d7b7d1458e4b4c260b3fa41a /drivers/char/drm/radeon_irq.c | |
parent | e98ded32f37a538b906d98059b3db71be36405a7 (diff) |
[PATCH] remove bogus hack from radeon IRQ handler
This removes a bogus hack from the radeon IRQ handler.
There is a better fix from myself and benh in DRM CVS but I'll wait
until 2.6.13-rc so it gets more testing.
Signed-off-by: Dave Airlie <airlied@linux.ie>
Diffstat (limited to 'drivers/char/drm/radeon_irq.c')
-rw-r--r-- | drivers/char/drm/radeon_irq.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/char/drm/radeon_irq.c b/drivers/char/drm/radeon_irq.c index 5b18bee6492e..cd25f28e26a3 100644 --- a/drivers/char/drm/radeon_irq.c +++ b/drivers/char/drm/radeon_irq.c @@ -123,11 +123,6 @@ static int radeon_wait_irq(drm_device_t *dev, int swi_nr) dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE; - /* This is a hack to work around mysterious freezes on certain - * systems: - */ - radeon_acknowledge_irqs( dev_priv ); - DRM_WAIT_ON( ret, dev_priv->swi_queue, 3 * DRM_HZ, RADEON_READ( RADEON_LAST_SWI_REG ) >= swi_nr ); |