summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/radeon/radeon_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/pci/drm/radeon/radeon_device.c')
-rw-r--r--sys/dev/pci/drm/radeon/radeon_device.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon/radeon_device.c b/sys/dev/pci/drm/radeon/radeon_device.c
index 29fa64fecc1..b5f3339af12 100644
--- a/sys/dev/pci/drm/radeon/radeon_device.c
+++ b/sys/dev/pci/drm/radeon/radeon_device.c
@@ -314,7 +314,9 @@ int radeon_wb_init(struct radeon_device *rdev)
rdev->wb.use_event = true;
}
+#ifdef DRMDEBUG
dev_info(rdev->dev, "WB %sabled\n", rdev->wb.enabled ? "en" : "dis");
+#endif
return 0;
}