On Mon, Dec 7, 2020 at 1:47 AM Stanley.Yang <stanley.y...@amd.com> wrote: > > 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.y...@amd.com> > Change-Id: I1edbf3e0557d771eb4c0b686fa5299a3b5f26e35
Reviewed-by: Alex Deucher <alexander.deuc...@amd.com> > --- > 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@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/amd-gfx _______________________________________________ amd-gfx mailing list amd-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/amd-gfx