radeon: Change default debug level to verbose.
Verbose is a lot better for developement but we should considre changing it to normal in stable branch.
This commit is contained in:
@@ -45,7 +45,7 @@ typedef enum radeon_debug_levels {
|
||||
* Compile time option to change level of debugging compiled to dri driver.
|
||||
*/
|
||||
#ifndef RADEON_DEBUG_LEVEL
|
||||
#define RADEON_DEBUG_LEVEL RADEON_NORMAL
|
||||
#define RADEON_DEBUG_LEVEL RADEON_VERBOSE
|
||||
#endif
|
||||
|
||||
typedef enum radeon_debug_types {
|
||||
|
||||
Reference in New Issue
Block a user