make note about needing to fix the drm driver to enable SAVAGE_CMD_DMA
authorAlan Hourihane <alanh@tungstengraphics.com>
Thu, 8 Apr 2004 23:16:17 +0000 (23:16 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Thu, 8 Apr 2004 23:16:17 +0000 (23:16 +0000)
src/mesa/drivers/dri/savage/savagedma.h

index ad8e2c7..0896ca1 100644 (file)
@@ -27,6 +27,7 @@
 #define SAVAGEDMA
 
 /* Whether use DMA to transfer the 3d commands and data */
+/* Need to fix the drm driver first though */
 #define SAVAGE_CMD_DMA 0
 
 #define DMA_BUFFER_SIZE (4*1024*1024) /*4M*/