[AMD Public Use] Reviewed-by: Tao Zhou <tao.zhou1@xxxxxxx> > -----Original Message----- > From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of > Stanley.Yang > Sent: Monday, December 7, 2020 2:47 PM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Yang, Stanley <Stanley.Yang@xxxxxxx> > Subject: [PATCH 1/1] drm/amdgpu: fix sdma instance fw version and feature > version init > > each sdma instance fw_version and feature_version should be set right value > when asic type isn't between SIENNA_CICHILD and CHIP_DIMGREY_CAVEFISH > > Signed-off-by: Stanley.Yang <Stanley.Yang@xxxxxxx> > Change-Id: I1edbf3e0557d771eb4c0b686fa5299a3b5f26e35 > --- > drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c > b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c > index cb5a6f1437f8..3fca9fc20dc4 100644 > --- a/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c > +++ b/drivers/gpu/drm/amd/amdgpu/sdma_v5_2.c > @@ -197,7 +197,7 @@ static int sdma_v5_2_init_microcode(struct > amdgpu_device *adev) > if (err) > goto out; > > - err = sdma_v5_2_init_inst_ctx(&adev- > >sdma.instance[0]); > + err = sdma_v5_2_init_inst_ctx(&adev- > >sdma.instance[i]); > if (err) > goto out; > } > -- > 2.17.1 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists.fre > edesktop.org%2Fmailman%2Flistinfo%2Famd- > gfx&data=04%7C01%7Ctao.zhou1%40amd.com%7Cdfd4ec3683174b0e511 > f08d89a7bf287%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C63742 > 9204427689208%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQ > IjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C1000&sdata=bYQ1Gqd > lrYjqRwHNnfbMxUbaOt37VIKsbdeGDWcn494%3D&reserved=0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx