drm/amdgpu: do not reset gpu for virtualization
authorXiangliang Yu <Xiangliang.Yu@amd.com>
Sat, 17 Dec 2016 14:48:57 +0000 (22:48 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Jan 2017 16:13:27 +0000 (11:13 -0500)
commitfb140b293b7142de2e215d3ab6c842ac73ceebeb
treeeed58bd6aaa1aa7d39887e2f71d6cd3aa9395654
parent06465d8ec91a884ee5373f242a0aa63ae4b7658b
drm/amdgpu: do not reset gpu for virtualization

Current amdgpu reset process only works on bare-metal and for
SRIOV many inside it need re-work to adapt to vf device.

This is a temporary workaround to skip gpu reset.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Signed-off-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c