RE: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe

2021-02-23 Thread Liu, Shaoyun
[AMD Official Use Only - Internal Distribution Only] Comments inline , -Original Message- From: Alex Deucher Sent: Tuesday, February 23, 2021 11:47 AM To: Liu, Shaoyun Cc: amd-gfx list Subject: Re: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe On Thu, Feb

Re: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe

2021-02-23 Thread Alex Deucher
On Thu, Feb 18, 2021 at 8:19 PM shaoyunl wrote: > > In passthrough configuration, hypervisior will trigger the SBR(Secondary bus > reset) to the devices > without sync to each other. This could cause device hang since for XGMI > configuration, all the devices > within the hive need to be reset a

RE: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe

2021-02-22 Thread Liu, Shaoyun
[AMD Official Use Only - Internal Distribution Only] Ping. -Original Message- From: Liu, Shaoyun Sent: Thursday, February 18, 2021 8:19 PM To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun Subject: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe In

RE: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe

2021-02-19 Thread Liu, Shaoyun
[AMD Official Use Only - Internal Distribution Only] Ping . -Original Message- From: Liu, Shaoyun Sent: Thursday, February 18, 2021 8:19 PM To: amd-gfx@lists.freedesktop.org Cc: Liu, Shaoyun Subject: [PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe In

[PATCH 1/4] drm/amdgpu: Reset the devices in the XGMI hive duirng probe

2021-02-18 Thread shaoyunl
In passthrough configuration, hypervisior will trigger the SBR(Secondary bus reset) to the devices without sync to each other. This could cause device hang since for XGMI configuration, all the devices within the hive need to be reset at a limit time slot. This serial of patches try to solve thi