DEBUG
#define DEBUG 1 /* enable debugging code (needed for dig) */
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG
#define DEBUG 1
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
# define DEBUG(fmt, args...)
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
# define DEBUG(fmt, args...)
# define DEBUG(fmt, args...) printf("%s: " fmt "\n" , __func__ , ## args)
# define DEBUG(fmt, args...)
#define DEBUG 0
#define DEBUG
#undef DEBUG
#define DEBUG(...) do if (amdgpu_atom_debug) { printk(KERN_DEBUG __VA_ARGS__); } while (0)
#define DEBUG(...) do { } while (0)
#define DEBUG /* for pr_debug() */
#undef DEBUG
#define DEBUG
#undef DEBUG
#define DEBUG 0
# define DEBUG(str, v...) \
# define DEBUG(str, v...) ((void)0)
# define DEBUG(fp, str, v...) \
# define DEBUG(fp, str, v...) ((void)0)
#define DEBUG(f) if (debug) fprintf(debug, f)