drm/amdgpu/vi: add need_reset_on_init asic callback for VI (v2)
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 1 Nov 2018 05:00:09 +0000 (00:00 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:56 +0000 (15:04 -0500)
commit762e6f3f200e0bd538b2d3fd0a4f4ff5a8d45460
treeaaf7a7994ea3441544ae66af4d2cee4b3278dd60
parent3fcc10d73d611e929fec00ed58d8b048df5c25bd
drm/amdgpu/vi: add need_reset_on_init asic callback for VI (v2)

VI chips require a reset if the driver was previously loaded
because the SMU can only be loaded once between each reset.

v2: rebase

Reviewed-by: Evan Quan <evan.quan@amd.com>
Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/vi.c