mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-22 18:20:40 +02:00
Fix a copy+paste'o that caused some *very* strange bugs..
This commit is contained in:
parent
98818f159b
commit
b4dcb99cbc
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@ static GLboolean nouveauCreateDmaObject(nouveauContextPtr nmesa,
|
|||
dma.target = target;
|
||||
dma.access = access;
|
||||
dma.offset = offset;
|
||||
dma.handle = handle;
|
||||
dma.size = size;
|
||||
ret = drmCommandWriteRead(nmesa->driFd, DRM_NOUVEAU_DMA_OBJECT_INIT,
|
||||
&dma, sizeof(dma));
|
||||
return ret == 0;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue