RE: [PATCH] drm/amd/amdgpu/sriov disable all ip hw status by default

2021-04-27 Thread Deng, Emily
ject: [PATCH] drm/amd/amdgpu/sriov disable all ip hw status by default > >Disable all ip's hw status to false before any hw_init. >Only set it to true until its hw_init is executed. > >The old 5.9 branch has this change but somehow the 5.11 kernrel does not >have this fix. > >Wi

[PATCH] drm/amd/amdgpu/sriov disable all ip hw status by default

2021-04-27 Thread Jack Zhang
Disable all ip's hw status to false before any hw_init. Only set it to true until its hw_init is executed. The old 5.9 branch has this change but somehow the 5.11 kernrel does not have this fix. Without this change, sriov tdr have gfx IB test fail. Signed-off-by: Jack Zhang ---