Am 18.10.2017 um 10:48 schrieb Monk Liu:
Change-Id: Iafe294aea66ae0c140af062ec78321c22a74e615 Signed-off-by: Monk Liu <[email protected]>
#1 and #4 in this series have my rb. Can't say much about the rest, but feel free to add my Acked-by to them. Regards, Christian.
--- drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index fec60bc9..ee3846c 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -2699,6 +2699,9 @@ static bool amdgpu_check_soft_reset(struct amdgpu_device *adev) int i; bool asic_hang = false;+ if (amdgpu_sriov_vf(adev))+ return true; + for (i = 0; i < adev->num_ip_blocks; i++) { if (!adev->ip_blocks[i].status.valid) continue;
_______________________________________________ amd-gfx mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/amd-gfx
