Thanks. Just sent out a V2. > -----Original Message----- > From: Alex Deucher <alexdeucher@xxxxxxxxx> > Sent: Friday, December 6, 2019 9:59 PM > To: Quan, Evan <Evan.Quan@xxxxxxx> > Cc: amd-gfx list <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; Luo, Zhigang > <Zhigang.Luo@xxxxxxx> > Subject: Re: [PATCH] drm/amd/powerplay: clear VBIOS scratchs on baco exit > > On Thu, Dec 5, 2019 at 10:36 PM Evan Quan <evan.quan@xxxxxxx> wrote: > > > > This is needed for coming asic init on performing gpu reset. > > > > Change-Id: If3671a24d239e3d288665fadaa2c40c87d5da40b > > Signed-off-by: Evan Quan <evan.quan@xxxxxxx> > > --- > > drivers/gpu/drm/amd/powerplay/smu_v11_0.c | 6 ++++++ > > 1 file changed, 6 insertions(+) > > > > diff --git a/drivers/gpu/drm/amd/powerplay/smu_v11_0.c > > b/drivers/gpu/drm/amd/powerplay/smu_v11_0.c > > index 39ec06aee809..ab809df7bc35 100644 > > --- a/drivers/gpu/drm/amd/powerplay/smu_v11_0.c > > +++ b/drivers/gpu/drm/amd/powerplay/smu_v11_0.c > > @@ -1659,6 +1659,12 @@ int smu_v11_0_baco_set_state(struct > smu_context *smu, enum smu_baco_state state) > > } > > } else { > > ret = smu_send_smc_msg(smu, SMU_MSG_ExitBaco); > > + if (ret) > > + goto out; > > + > > + WREG32_SOC15(NBIO, 0, mmBIOS_SCRATCH_6, 0); > > + WREG32_SOC15(NBIO, 0, mmBIOS_SCRATCH_7, 0); > > Please use: > WREG32(adev->bios_scratch_reg_offset + 6, 0); WREG32(adev- > >bios_scratch_reg_offset + 7, 0); So we don't have to worry about asic specific > scratch register offsets. > > > + > > bif_doorbell_intr_cntl = REG_SET_FIELD(bif_doorbell_intr_cntl, > > BIF_DOORBELL_INT_CNTL, > > > > DOORBELL_INTERRUPT_DISABLE, 0); > > -- > > 2.24.0 > > > > _______________________________________________ > > amd-gfx mailing list > > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flist > > s.freedesktop.org%2Fmailman%2Flistinfo%2Famd- > gfx&data=02%7C01%7Cev > > > an.quan%40amd.com%7Cc8cc8c10f81a47a79fcf08d77a546f33%7C3dd8961fe4 > 884e6 > > > 08e11a82d994e183d%7C0%7C0%7C637112375369462062&sdata=cMVnI > %2BkSAsW > > 1rkwPe%2BpBPKHWDIWOE9Br%2FDEpZejEOZA%3D&reserved=0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx