diff options
Diffstat (limited to 'sys/dev/pci/drm/radeon/radeon_pm.c')
-rw-r--r-- | sys/dev/pci/drm/radeon/radeon_pm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/pci/drm/radeon/radeon_pm.c b/sys/dev/pci/drm/radeon/radeon_pm.c index 4f3c6606974..02c0a55a21b 100644 --- a/sys/dev/pci/drm/radeon/radeon_pm.c +++ b/sys/dev/pci/drm/radeon/radeon_pm.c @@ -672,7 +672,9 @@ int radeon_pm_init(struct radeon_device *rdev) } #endif +#ifdef DRMDEBUG DRM_INFO("radeon: power management initialized\n"); +#endif } return 0; |