Series is: Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx> On Tue, Mar 1, 2022 at 10:02 AM Yifan Zhang <yifan1.zhang@xxxxxxx> wrote: > > otherwise adev->ip_versions is still empty when amdgpu_gmc_noretry_set > is called. > > Signed-off-by: Yifan Zhang <yifan1.zhang@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index 6113ddc765a7..61a6a7920c76 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -1554,7 +1554,6 @@ static int amdgpu_device_check_arguments(struct amdgpu_device *adev) > > amdgpu_gmc_tmz_set(adev); > > - amdgpu_gmc_noretry_set(adev); > > return 0; > } > @@ -3641,6 +3640,7 @@ int amdgpu_device_init(struct amdgpu_device *adev, > if (r) > return r; > > + amdgpu_gmc_noretry_set(adev); > /* Need to get xgmi info early to decide the reset behavior*/ > if (adev->gmc.xgmi.supported) { > r = adev->gfxhub.funcs->get_xgmi_info(adev); > -- > 2.25.1 >