summaryrefslogtreecommitdiff
path: root/linux/radeon.h
diff options
context:
space:
mode:
Diffstat (limited to 'linux/radeon.h')
-rw-r--r--linux/radeon.h3
1 files changed, 3 insertions, 0 deletions
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:
*/