]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: drop the incorrect soft_reset for SRIOV
authorMonk Liu <Monk.Liu@amd.com>
Fri, 7 Jun 2019 10:56:18 +0000 (18:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Jun 2019 17:44:52 +0000 (12:44 -0500)
commitae1589f669b5e2c557a6edc9599fc1f424003b70
treed8b975daecf129769f93ea90cb7054026bdcde09
parentdf0a8064be4f5903daed43328f35a2325a9b4086
drm/amdgpu: drop the incorrect soft_reset for SRIOV

It's incorrect to do soft reset for SRIOV, when GFX
hang the WREG would stuck there becuase it goes KIQ way.

the GPU reset counter is incorrect: always increase twice
for each timedout

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ring.c