mirror of
https://gitlab.freedesktop.org/mesa/drm.git
synced 2026-01-01 22:20:15 +01:00
Forgot to increment the register number in the pseudo DMA algorithm
This commit is contained in:
parent
e5b7dc8c19
commit
b21b585cf0
1 changed files with 1 additions and 1 deletions
|
|
@ -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--;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue