drm/radeon: wire up a pci shutdown callback
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 22 Aug 2016 18:29:44 +0000 (14:29 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 2 Sep 2016 14:35:57 +0000 (10:35 -0400)
commita801abe4773dadcea4be4dc0affcc3a22d41543c
treed8fb4f9498204a6456cfeb350ec2ac2f50616988
parent61e113067b636fe73d5d0ac877bcfcebe7cfd034
drm/radeon: 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/radeon/radeon_device.c
drivers/gpu/drm/radeon/radeon_drv.c