drm/amdgpu/gfx9: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:14:59 +0000 (18:14 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:57:49 +0000 (12:57 -0400)
commit6302be10b521f5106ce01eb5a724b9e7945a5061
treeaa799ef6c4efa5c26ecb07749b23aa2b38b18bc1
parent84a1a8a952ab4b8c23c5dd1f2eea4049cb4914f5
drm/amdgpu/gfx9: 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 b71604f8685b0eba07866f4e8dc30f93e1931054)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c