drm/amdgpu: wait for IB test on first device open
authorChristian König <christian.koenig@amd.com>
Fri, 26 Oct 2018 13:59:05 +0000 (15:59 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Nov 2018 17:12:17 +0000 (12:12 -0500)
commit3bfa8897e4d08f822d1d58cf6cbbffbccef82e08
tree486191a1a132c6051ced797f26bd9718e6d7e5e3
parentf10d9102de2816050af650da2c8f8b62535bbb72
drm/amdgpu: wait for IB test on first device open

Instead of delaying that to the first query. Otherwise we could try to use the
SDMA for VM updates before the IB tests are done.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Reviewed-by: Junwei Zhang <Jerry.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c