]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:20:55 +0000 (18:20 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:57:56 +0000 (12:57 -0400)
commit0eebcab1ea2a77f086a04108f386f82ee3496022
treeecb0dcc7b2298bc73320d2a98c06c608bf482a6d
parentd06c4173a7c38c7a39e98859f839ce714c7af2c9
drm/amdgpu/gfx11: replace BUG_ON() with WARN_ON()

There's no need to crash the kernel for these cases.

Reviewed-by: Vitaly Prosyak <vitaly.prosyak@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
(cherry picked from commit daa62107452d2451787c4248ca38fa2d1a0cbefd)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c