]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/commit
drm/amdgpu:use work instead of delay-work
authorMonk Liu <Monk.Liu@amd.com>
Mon, 6 Feb 2017 05:56:47 +0000 (13:56 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 30 Mar 2017 03:53:11 +0000 (23:53 -0400)
commit480da2626028fb789aaddfe197daac1ab4f1e822
tree848cf87d64593416b3c6cc1f6007a58000e6237b
parent4a370955ed63f8351ab6058f950a762a6917d688
drm/amdgpu:use work instead of delay-work

no need to use a delay work since we don't know how
much time hypervisor takes on FLR, so just polling
and waiting in a work.

Signed-off-by: Monk Liu <Monk.Liu@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@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_virt.h
drivers/gpu/drm/amd/amdgpu/mxgpu_vi.c