drm/amdgpu: wire up a pci shutdown callback
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Aug 2016 17:50:22 +0000 (13:50 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Sep 2016 14:35:47 +0000 (10:35 -0400)
commit61e113067b636fe73d5d0ac877bcfcebe7cfd034
tree7e1ec96d7cba4544323715bd497be9dae16cebc4
parent9b96b63fed542598054dbf249360d413f7bd6059
drm/amdgpu: wire up a pci shutdown callback

Normally on shutdown or reboot we don't care about necessarily
making sure the hw is in a good state because the system is about
to be powered down or reset.  However, after a shutdown or reboot
in a VM, it's best to tear down the hw properly otherwise there
can be problems with the next VM use.

Reviewed-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Edward O'Callaghan <funfunctor@folklore1984.net>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c