mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
radeon: fix free/FREE mistake
This commit is contained in:
parent
12bf268aab
commit
a96119cc8c
1 changed files with 1 additions and 1 deletions
|
|
@ -344,7 +344,7 @@ void radeonReleaseDmaRegions(radeonContextPtr rmesa)
|
|||
{
|
||||
struct radeon_dma_bo *dma_bo;
|
||||
struct radeon_dma_bo *temp;
|
||||
const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_free_TIME;
|
||||
const int expire_at = ++rmesa->dma.free.expire_counter + DMA_BO_FREE_TIME;
|
||||
const int time = rmesa->dma.free.expire_counter;
|
||||
|
||||
if (RADEON_DEBUG & RADEON_DMA) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue