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 ad8e2c771b3dd55258472773235a7eb1fae6675e..0896ca148d5e5becb19529ffcbd0e3fd3a02acf2 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*/