Forgot to increment the register number in the pseudo DMA algorithm

This commit is contained in:
Jose Fonseca 2002-04-20 22:04:42 +00:00
parent e5b7dc8c19
commit b21b585cf0

View file

@ -488,7 +488,7 @@ static void mach64_dma_dispatch_vertex( drm_device_t *dev,
data = *p;
MACH64_WRITE( reg, data );
MACH64_WRITE( reg++, data );
p++;
used--;