radeon: fix cut-n-paste typo

This commit is contained in:
Dave Airlie 2009-03-08 02:41:30 +10:00
parent f881035fd8
commit 1386e8a6ba

View file

@ -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 */