diff options
author | Chunming Zhou <David1.Zhou@amd.com> | 2016-06-16 04:54:53 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-07-07 14:54:48 -0400 |
commit | 0eaeb070ed6d22e5b42e47210c249283ddf5b08f (patch) | |
tree | 2e7d1d56f1c4fde891d236131f1cea33ff3b18f0 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 505bc983bf0e04bfd92a731ef4a89df5cfea7e48 (diff) |
drm/amdgpu: add amdgpu_irq_gpu_reset_resume_helper
irq need to update when gpu reset happens.
Signed-off-by: Chunming Zhou <David1.Zhou@amd.com>
Reviewed-by: Christian König christian.koenig@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index b9ddb4ffc90a..307998c247f6 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -1973,6 +1973,7 @@ retry: | |||
1973 | /* bad news, how to tell it to userspace ? */ | 1973 | /* bad news, how to tell it to userspace ? */ |
1974 | dev_info(adev->dev, "GPU reset failed\n"); | 1974 | dev_info(adev->dev, "GPU reset failed\n"); |
1975 | } | 1975 | } |
1976 | amdgpu_irq_gpu_reset_resume_helper(adev); | ||
1976 | 1977 | ||
1977 | return r; | 1978 | return r; |
1978 | } | 1979 | } |