drm/amdgpu: note what type of reset we are using
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 11 Aug 2020 16:02:21 +0000 (12:02 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 14 Aug 2020 21:03:20 +0000 (17:03 -0400)
commit11043b7a995c18ea725c956825d1dfcbbdd8e78b
tree59099edd91299305f6f5a39252e8dbf750077239
parentbddbacc9e0373fc1f1f7963fa2a7838dd06e4b1b
drm/amdgpu: note what type of reset we are using

When we reset the GPU, note what type of reset will be
used.  This makes debugging different reset scenarios
more clear as the driver may use different reset
methods depending on conditions on the system.

Acked-by: Nirmoy Das <nirmoy.das@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cik.c
drivers/gpu/drm/amd/amdgpu/nv.c
drivers/gpu/drm/amd/amdgpu/si.c
drivers/gpu/drm/amd/amdgpu/soc15.c
drivers/gpu/drm/amd/amdgpu/vi.c