radeon: turn off bo debugging

This commit is contained in:
Dave Airlie 2009-08-17 19:09:15 +10:00
parent fd97f2f8b8
commit 743c4af5cd
1 changed files with 1 additions and 1 deletions

View File

@ -596,7 +596,7 @@ extern int RADEON_DEBUG;
#ifndef HAVE_LIBDRM_RADEON
#ifndef RADEON_DEBUG_BO
#define RADEON_DEBUG_BO 1
#define RADEON_DEBUG_BO 0
#endif
#endif