commit | 846ae41ae99d314bf2a02784152208a6ddf7eddc | [log] [tgz] |
---|---|---|
author | Markus Trippelsdorf <markus@trippelsdorf.de> | Wed Oct 23 17:07:30 2013 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Nov 01 12:43:20 2013 -0400 |
tree | 99cee22203a34c13601d8e70909a8a3d78a13b1a | |
parent | b18802588809d6ff20db762ddcadb0dbe1f46414 [diff] |
drm/radeon: Implement radeon_pci_shutdown Currently radeon devices are not properly shutdown during kexec. This causes a varity of issues, e.g. dpm initialization failures. Fix this by implementing a radeon_pci_shutdown function, that unloads the driver cleanly. Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>