AMD General
Date: Wed, 17 Jun 2026 10:12:11 -0400 From: Alex Deucher <[email protected]> To: Alex Deucher <[email protected]> Cc: [email protected] Subject: Re: [PATCH 01/43] drm/amdgpu/gfx8: replace BUG_ON() with WARN_ON() Message-ID: <cadnq5_nnqbh_pof4l-8pld6unbymv6dlt_oywwgggvtzetj...@mail.gmail.com> Content-Type: text/plain; charset="UTF-8" Ping on this series? On Mon, Jun 15, 2026 at 8:34?PM Alex Deucher <[email protected]> wrote: > > There's no need to crash the kernel for these cases. > > Signed-off-by: Alex Deucher <[email protected]> > --- > drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > index 130196859ff3f..70ba81e6b4d43 100644 > --- a/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/gfx_v8_0.c > @@ -6256,9 +6256,6 @@ static void gfx_v8_0_ring_emit_fence_compute(struct > amdgpu_ring *ring, > static void gfx_v8_0_ring_emit_fence_kiq(struct amdgpu_ring *ring, u64 addr, > u64 seq, unsigned int flags) > { > - /* we only allocate 32bit for each seq wb address */ > - BUG_ON(flags & AMDGPU_FENCE_FLAG_64BIT); > - > /* write fence seq to the "addr" */ > amdgpu_ring_write(ring, PACKET3(PACKET3_WRITE_DATA, 3)); > amdgpu_ring_write(ring, (WRITE_DATA_ENGINE_SEL(0) | > -- > 2.54.0 > Reviewed-by Vitaly Prosyak <[email protected]> End of amd-gfx Digest, Vol 121, Issue 400 *****************************************
