]> www.infradead.org Git - users/willy/xarray.git/commit
drm/amdgpu: Add reset_list for device list used for reset
authorshaoyunl <shaoyun.liu@amd.com>
Fri, 5 Mar 2021 02:58:29 +0000 (21:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 03:10:35 +0000 (23:10 -0400)
commit655ce9cb13b5967558d81dd644868473ecfb5ee4
tree5de2bd1db5cd339272969cba893ee12f71992f55
parenta330b52a9e59167a77e42844fd66a1610051811e
drm/amdgpu: Add reset_list for device list used for reset

The gmc.xgmi.head list originally is designed for device list in the XGMI hive. Mix use it
for reset purpose will prevent the reset function to adjust XGMI device list which is required
in next change

Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
Reviewed-by: Andrey Grodzovsky andrey.grodzovsky@amd.com
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c