summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-12-14 16:47:40 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-12-18 10:58:54 -0500
commitcdd61df614851d18b8ee72f0615202bef67f5b91 (patch)
tree8bc2e39d95a471ba06bbb33bc57d83d5b657d419 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
parent06ec907054c5a48f28ff6856885522e3a7103bb7 (diff)
downloadop-kernel-dev-cdd61df614851d18b8ee72f0615202bef67f5b91.zip
op-kernel-dev-cdd61df614851d18b8ee72f0615202bef67f5b91.tar.gz
drm/amdgpu: rename amdgpu_suspend to amdgpu_device_ip_suspend
for consistency with the other functions in that file. Acked-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
index 1fc5499..50afcf6 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
@@ -649,7 +649,7 @@ amdgpu_pci_shutdown(struct pci_dev *pdev)
* unfortunately we can't detect certain
* hypervisors so just do this all the time.
*/
- amdgpu_suspend(adev);
+ amdgpu_device_ip_suspend(adev);
}
static int amdgpu_pmops_suspend(struct device *dev)
OpenPOWER on IntegriCloud