]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit12e51864e7774b0ae50acc6e60a6df17b7ae892c
tree4bd23a0b31db33ea620b624e4c9b3c5509eb1709
parent152821a58dbe4c0665d26c90b0aba072b58fae22
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