AMD General Reviewed-by: Kent Russell <[email protected]>
> -----Original Message----- > From: amd-gfx <[email protected]> On Behalf Of Alex > Deucher > Sent: May 28, 2026 10:49 AM > To: Deucher, Alexander <[email protected]> > Cc: [email protected] > Subject: Re: [PATCH] drm/amdgpu/sdma7.1: fix support for disable_kq > > Ping? > > On Wed, May 27, 2026 at 4:24 PM Alex Deucher <[email protected]> > wrote: > > > > Set the flag in the ring structure. > > > > Fixes: 80d4d3a45b86 ("drm/amdgpu/sdma7.1: add support for disable_kq") > > Signed-off-by: Alex Deucher <[email protected]> > > --- > > drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c > b/drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c > > index e1c0a4ff0e7ff..cd9668605a501 100644 > > --- a/drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c > > +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v7_1.c > > @@ -1315,6 +1315,7 @@ static int sdma_v7_1_sw_init(struct > amdgpu_ip_block *ip_block) > > ring->ring_obj = NULL; > > ring->use_doorbell = true; > > ring->me = i; > > + ring->no_user_submission = adev->sdma.no_user_submission; > > > > for (xcc_id = 0; xcc_id < fls(adev->gfx.xcc_mask); > > xcc_id++) { > > if (adev->sdma.instance[i].xcc_id == GET_INST(GC, > > xcc_id)) > > -- > > 2.54.0 > >
