mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
radeon: fix cut-n-paste typo
This commit is contained in:
parent
f881035fd8
commit
1386e8a6ba
1 changed files with 1 additions and 1 deletions
|
|
@ -307,7 +307,7 @@ restart:
|
|||
|
||||
if (!rmesa->dma.flush) {
|
||||
/* make sure we have enough space to use this in cmdbuf */
|
||||
rcommonEnsureCmdBufSpace(&rmesa->radeon,
|
||||
rcommonEnsureCmdBufSpace(rmesa,
|
||||
rmesa->hw.max_state_size + (12*sizeof(int)),
|
||||
__FUNCTION__);
|
||||
/* if cmdbuf flushed DMA restart */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue