summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2017-12-15 16:40:49 -0500
committerAlex Deucher <alexander.deucher@amd.com>2017-12-18 10:59:58 -0500
commit5f152b5e69a5392181b0a84bd55fe17a417364ac (patch)
tree5a09f89cc5d46f5f78bf4987df7d6fe45339ccbd /drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
parent55e0037aab6503453eef663eded60e530896eaef (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_irq.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
index c43643e8c8c8..56bcd59c3399 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c
@@ -88,7 +88,7 @@ static void amdgpu_irq_reset_work_func(struct work_struct *work)
reset_work);
if (!amdgpu_sriov_vf(adev))
- amdgpu_gpu_recover(adev, NULL, false);
+ amdgpu_device_gpu_recover(adev, NULL, false);
}
/* Disable *all* interrupts */