diff options
| author | Dave Airlie <airlied@redhat.com> | 2016-12-08 10:32:27 +1000 |
|---|---|---|
| committer | Dave Airlie <airlied@redhat.com> | 2016-12-08 10:32:27 +1000 |
| commit | 4e4f3e984954143fb0b8e5035df7ff22dd07bb6a (patch) | |
| tree | 6fc53eec1086e15d36639e3cec1de188e0acd97e /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
| parent | 3e5de27e940d00d8d504dfb96625fb654f641509 (diff) | |
| parent | faefba95c9e8ca3a523831c2ec2150f5ea054dae (diff) | |
Merge branch 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-fixes
another regression fix for the shutdown stuff.
* 'drm-fixes-4.9' of git://people.freedesktop.org/~agd5f/linux:
drm/amdgpu: just suspend the hw on pci shutdown
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
| -rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index 3161d77bf299..e41d4baebf86 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c @@ -1493,7 +1493,7 @@ static int amdgpu_fini(struct amdgpu_device *adev) return 0; } -static int amdgpu_suspend(struct amdgpu_device *adev) +int amdgpu_suspend(struct amdgpu_device *adev) { int i, r; |
