]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdkfd: Drop IH ring overflow message to dbg
authorKent Russell <kent.russell@amd.com>
Fri, 18 Feb 2022 21:59:23 +0000 (16:59 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 22 Feb 2022 19:40:26 +0000 (14:40 -0500)
commit311c7f7ad4b21161faa8113204363e8e1716b059
treebdc8d9751c52a1546c7b61c0e5dcf04401fed1a6
parent69056eeb45b38f9c16cf64d9e0829c5383da0dca
drm/amdkfd: Drop IH ring overflow message to dbg

When this was first implemented, overflows weren't expected in regular
operations, and tests weren't in place to cause said overflow. Now there
are cases where overflows occur with real workloads, but we know that
the kernel can handle this robustly, so move the message to a debug
message.

Signed-off-by: Kent Russell <kent.russell@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdkfd/kfd_interrupt.c