]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c5f352c9efd26e149ddda322fcf4182d09188a1
tree6ff87c263234105f1e7aae9c2091439d58871c86
parent53aec92ce4d1e9262c48f6a4aa5dc61aaa30c300
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