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:01:35 +0000 (12:01 -0500)
commit2c486cc4c2774df684d8a43ca7a20670c67ccd76
tree4bd23a0b31db33ea620b624e4c9b3c5509eb1709
parentf52c96430f6bbdb088ed813af66588335052ec4d
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