]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu/gfx9.4.3: replace BUG_ON() with WARN_ON()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Jun 2026 22:42:35 +0000 (18:42 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Jul 2026 16:57:52 +0000 (12:57 -0400)
commit00f4050f7c367d7bdce347ca279ce467c434cf15
treec7b4ac748c38dc3d945a652cd1aad38678b43640
parent6302be10b521f5106ce01eb5a724b9e7945a5061
drm/amdgpu/gfx9.4.3: 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 5676593d08998d7a6d9e2d51d6b54b3820e3755c)
Cc: stable@vger.kernel.org
drivers/gpu/drm/amd/amdgpu/gfx_v9_4_3.c