]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Update XGMI node print
authorAndrey Grodzovsky <andrey.grodzovsky@amd.com>
Mon, 3 Dec 2018 20:00:39 +0000 (15:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 4 Dec 2018 19:37:23 +0000 (14:37 -0500)
commit8bbcdaf4b571a2e0f19ebb375918e1e2ef4a94f0
tree8742fa05cb328e0023962da1b24695f318599b20
parent729f29844e21be8d70398d800712d9db254f603e
drm/amdgpu: Update XGMI node print

amdgpu_xgmi_update_topology is called both on device registration
and reset. Fix misleading print since the device is added only once to
the hive on registration and not on reset.

Signed-off-by: Andrey Grodzovsky <andrey.grodzovsky@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_xgmi.c