git: amdgpu - Avoid spamming with powersaving log messages in regular use.

Imre Vadasz ivadasz at crater.dragonflybsd.org
Sat Jan 17 07:25:16 PST 2026


commit e86d83255cc06d4c10fd2857ec7bf011d32119c7
Author: Imre Vadász <imre at vdsz.com>
Date:   Sat Jan 17 10:26:42 2026 +0100

    amdgpu - Avoid spamming with powersaving log messages in regular use.
    
    Unfortunately all the log messages going through the dev_printk() linux
    API at the moment get printed without regards to the specified log level.
    
    Hence turning these regular benign logs to use the DRM_DEBUG_DRIVER()
    call, which can be optionally turned on via the `hw.drm.debug' sysctl.

Summary of changes:
 sys/dev/drm/amd/powerplay/hwmgr/smu8_hwmgr.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e86d83255cc06d4c10fd2857ec7bf011d32119c7


-- 
DragonFly BSD source repository


More information about the Commits mailing list