Module: Mesa
Branch: master
Commit: a96119cc8c9988e3ad97b20bf8f2ca5ded0e7864
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=a96119cc8c9988e3ad97b20bf8f2ca5ded0e7864

Author: Brian Paul <[email protected]>
Date:   Sat Sep  1 09:47:29 2012 -0600

radeon: fix free/FREE mistake

---

 src/mesa/drivers/dri/radeon/radeon_dma.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/radeon/radeon_dma.c 
b/src/mesa/drivers/dri/radeon/radeon_dma.c
index 2ffbc6d..9193d13 100644
--- a/src/mesa/drivers/dri/radeon/radeon_dma.c
+++ b/src/mesa/drivers/dri/radeon/radeon_dma.c
@@ -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) {

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to