commit | 465ab9e02aacb0588748690b27f7f3f837b74567 | [log] [tgz] |
---|---|---|
author | Oak Zeng <Oak.Zeng@amd.com> | Mon Jun 10 14:44:07 2019 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Jun 11 12:57:33 2019 -0500 |
tree | 682962377fce814a1dc6d73101e3f991e7bbd3a6 | |
parent | 1ae99eab34f90c3a5319c79a910e6b71313a9aab [diff] |
drm/amdkfd: Add device to topology after it is completely inited We can't have devices that are not completely initialized in kfd topology. Otherwise it is a race condition when user access not completely initialized device. This also addresses a kfd_topology_add_device accessing NULL dqm pointer issue. Signed-off-by: Oak Zeng <Oak.Zeng@amd.com> Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>