]> git.hungrycats.org Git - linux/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 15:12:37 +0000 (11:12 -0400)
commitdaa62107452d2451787c4248ca38fa2d1a0cbefd
treee0814d6aeb78274614ceeb441e0595437ec2f09c
parentac6f00beb658239bced4aaed9efbb04a35348d48
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>
drivers/gpu/drm/amd/amdgpu/gfx_v11_0.c