diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2017-12-15 16:40:49 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2017-12-18 10:59:58 -0500 |
commit | 5f152b5e69a5392181b0a84bd55fe17a417364ac (patch) | |
tree | 5a09f89cc5d46f5f78bf4987df7d6fe45339ccbd /drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | |
parent | 55e0037aab6503453eef663eded60e530896eaef (diff) |
drm/amdgpu: rename amdgpu_gpu_recover
add device to the name for consistency.
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_fence.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c index da1510f65ee0..008e1984b7e3 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_fence.c | |||
@@ -693,7 +693,7 @@ static int amdgpu_debugfs_gpu_recover(struct seq_file *m, void *data) | |||
693 | struct amdgpu_device *adev = dev->dev_private; | 693 | struct amdgpu_device *adev = dev->dev_private; |
694 | 694 | ||
695 | seq_printf(m, "gpu recover\n"); | 695 | seq_printf(m, "gpu recover\n"); |
696 | amdgpu_gpu_recover(adev, NULL, true); | 696 | amdgpu_device_gpu_recover(adev, NULL, true); |
697 | 697 | ||
698 | return 0; | 698 | return 0; |
699 | } | 699 | } |