Reviewed-by: Aaron Liu <aaron.liu@xxxxxxx> BR, Aaron Liu > -----Original Message----- > From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of chen > gong > Sent: Wednesday, October 23, 2019 2:51 PM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Gong, Curry <Curry.Gong@xxxxxxx> > Subject: [PATCH] drm/amdgpu: Fix SDMA hang when performing VKexample > test > > VKexample test hang during Occlusion/SDMA/Varia runs. > Clear XNACK_WATERMK in reg SDMA0_UTCL1_WATERMK to fix this issue. > > Signed-off-by: chen gong <curry.gong@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c > b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c > index 63a3792..45bd538 100644 > --- a/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c > +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v4_0.c > @@ -254,6 +254,7 @@ static const struct soc15_reg_golden > golden_settings_sdma_4_3[] = { > SOC15_REG_GOLDEN_VALUE(SDMA0, 0, > mmSDMA0_RLC0_RB_WPTR_POLL_CNTL, 0xfffffff7, 0x00403000), > SOC15_REG_GOLDEN_VALUE(SDMA0, 0, > mmSDMA0_RLC1_RB_WPTR_POLL_CNTL, 0xfffffff7, 0x00403000), > SOC15_REG_GOLDEN_VALUE(SDMA0, 0, mmSDMA0_UTCL1_PAGE, > 0x000003ff, 0x000003c0), > + SOC15_REG_GOLDEN_VALUE(SDMA0, 0, > mmSDMA0_UTCL1_WATERMK, 0xfc000000, 0x00000000) > }; > > static u32 sdma_v4_0_get_reg_offset(struct amdgpu_device *adev, > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx