> -----Original Message----- > From: amd-gfx <amd-gfx-bounces@xxxxxxxxxxxxxxxxxxxxx> On Behalf Of > Emily Deng > Sent: 2019/November/30, Saturday 5:42 PM > To: amd-gfx@xxxxxxxxxxxxxxxxxxxxx > Cc: Deng, Emily <Emily.Deng@xxxxxxx> > Subject: [PATCH] drm/amdgpu/sriov: No need the event 3 and 4 now > > As will call unload kms when initialize fail, and the unload kms will send event > 3 and 4, so don't need event 3 and 4 in device init. > > Signed-off-by: Emily Deng <Emily.Deng@xxxxxxx> Reviewed-by: Zhan Liu <zhan.liu@xxxxxxx> > --- > drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 -- > 1 file changed, 2 deletions(-) > > diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > index d1d573d..0393e35 100644 > --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c > @@ -3036,8 +3036,6 @@ int amdgpu_device_init(struct amdgpu_device > *adev, > } > dev_err(adev->dev, "amdgpu_device_ip_init failed\n"); > amdgpu_vf_error_put(adev, > AMDGIM_ERROR_VF_AMDGPU_INIT_FAIL, 0, 0); > - if (amdgpu_virt_request_full_gpu(adev, false)) > - amdgpu_virt_release_full_gpu(adev, false); > goto failed; > } > > -- > 2.7.4 > > _______________________________________________ > amd-gfx mailing list > amd-gfx@xxxxxxxxxxxxxxxxxxxxx > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Flists. > freedesktop.org%2Fmailman%2Flistinfo%2Famd- > gfx&data=02%7C01%7Czhan.liu%40amd.com%7C90645930d99440941 > a7a08d775e684f3%7C3dd8961fe4884e608e11a82d994e183d%7C0%7C0%7C > 637107505314883521&sdata=ymkWbnpIGc%2BM%2Bf1yxtfrlr3Gf4KDQ > 3XWkSegl1q5228%3D&reserved=0 _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx