From 62aa46ccec223aa3660c71ff0981ea035fc2cff9 Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Tue, 20 Feb 2001 13:44:45 +0000 Subject: Disable DRIVER_DMA_QUIESCENT() in r128, radeon drivers. Prevents deadlock in the locking process when the engine isn't idle. --- linux/radeon.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'linux/radeon.h') diff --git a/linux/radeon.h b/linux/radeon.h index 6062f82f..db238b1b 100644 --- a/linux/radeon.h +++ b/linux/radeon.h @@ -60,11 +60,14 @@ */ #define __HAVE_DMA 1 +#if 0 +/* GH: Remove this for now... */ #define __HAVE_DMA_QUIESCENT 1 #define DRIVER_DMA_QUIESCENT() do { \ drm_radeon_private_t *dev_priv = dev->dev_private; \ return radeon_do_cp_idle( dev_priv ); \ } while (0) +#endif /* Buffer customization: */ -- cgit v1.2.3