Re: [PATCH 1/2] drm/amdgpu: wire up a pci shutdown callback

2016-08-23 Thread Christian König
Am 22.08.2016 um 20:30 schrieb Alex Deucher: 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

Re: [PATCH 1/2] drm/amdgpu: wire up a pci shutdown callback

2016-08-22 Thread Edward O'Callaghan
This series is, Reviewed-by: Edward O'Callaghan On 08/23/2016 04:30 AM, Alex Deucher wrote: > 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 > i

[PATCH 1/2] drm/amdgpu: wire up a pci shutdown callback

2016-08-22 Thread Alex Deucher
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. S