]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx12.1: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:22:53 +0000 (18:22 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:57:59 +0000 (12:57 -0400)
commit6560e6bd76127844e39f09fa591c2791dc7932e8
tree9809b4dfdc972f65ac88766e80ad3bf975ef5c96
parentcd3b3efa1ced05528d9128755338baa62a6b562d
drm/amdgpu/gfx12.1: 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 e4d99e04b2e9b13b97d3b17804c735f62689db23)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v12_1.c