Mesa (radeon-rewrite): radeon: fixup wrapper bo name

Dave Airlie airlied at kemper.freedesktop.org
Mon Mar 23 09:35:37 UTC 2009


Module: Mesa
Branch: radeon-rewrite
Commit: f9d3de06bdc609d2c7cb189d220977968894c7ed
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=f9d3de06bdc609d2c7cb189d220977968894c7ed

Author: Dave Airlie <airlied at redhat.com>
Date:   Mon Mar 23 19:32:10 2009 +1000

radeon: fixup wrapper bo name

---

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

diff --git a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
index 42607df..cb354c5 100644
--- a/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
+++ b/src/mesa/drivers/dri/radeon/radeon_bocs_wrapper.h
@@ -36,7 +36,7 @@ struct drm_radeon_gem_info {
 #endif
 
 
-uint32_t radeon_gem_bo_name(struct radeon_bo *dummy)
+static inline uint32_t radeon_gem_name_bo(struct radeon_bo *dummy)
 {
   return 0;
 }




More information about the mesa-commit mailing list