commit | 73f847dbab26cd9b962ce03e413612d7a2b2b47d | [log] [tgz] |
---|---|---|
author | Rex Zhu <Rex.Zhu@amd.com> | Wed Oct 03 16:10:45 2018 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Oct 10 14:48:28 2018 -0500 |
tree | fbe9a3078fcdbdc5153ae5e4d70deff5b4f7da24 | |
parent | 009d9ed6c4b7b84dbff8314d74233da9237a4560 [diff] |
drm/amdgpu: Refine function amdgpu_device_ip_late_init 1. only call late_init when hw_init successful, so check status.hw instand of status.valid in late_init. 2. set status.late_initialized true if late_init was not implemented. Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Rex Zhu <Rex.Zhu@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>