]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdkfd: Switch to dev_* printk stuff in kfd_int_process_v12_1.c
authorLang Yu <lang.yu@amd.com>
Thu, 26 Mar 2026 13:38:58 +0000 (21:38 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 30 Mar 2026 19:13:14 +0000 (15:13 -0400)
commit054695c0e236fd12a634b87c63d1ffa72ed59426
tree4e658029098780d5932a8be90641942279069d61
parent353f200825051920ac81dcba2d4d5ccd1501acad
drm/amdkfd: Switch to dev_* printk stuff in kfd_int_process_v12_1.c

dev_* printk stuff is multi-GPU friendly.

Use dev_warn_ratelimited() for print_sq_intr_info_error() which is
consistent with previous IPs.

Use dev_dbg_ratelimited() for irrelevant node interrupt print to
avoid too much noise.

Signed-off-by: Lang Yu <lang.yu@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_int_process_v12_1.c