drm/amdgpu: retry init if exclusive mode request is failed
authorpding <Pixel.Ding@amd.com>
Mon, 30 Oct 2017 06:07:24 +0000 (14:07 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Dec 2017 21:41:42 +0000 (16:41 -0500)
commit5ffa61c1bdc35895f60ef7b553b43266d3fda469
tree6ff87c263234105f1e7aae9c2091439d58871c86
parentf47110330c98e4d09dc45286942765f4181a0fb1
drm/amdgpu: retry init if exclusive mode request is failed

This is caused of that hypervisor fails to handle request, one known
issue is MMIO unblocking timeout. In theory we can retry init here.

Signed-off-by: pding <Pixel.Ding@amd.com>
Reviewed-by: Xiangliang Yu <Xiangliang.Yu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c