aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
diff options
context:
space:
mode:
authorJunwei Zhang <Jerry.Zhang@amd.com>2016-04-06 16:01:19 +0800
committerAlex Deucher <alexander.deucher@amd.com>2016-04-07 11:03:46 -0400
commit303f551c8e8dfca4df4e01612f0f393c2e5744e4 (patch)
treea1fa13043ddaefa31e30a2b915de9ce866b5d401 /drivers/gpu/drm/amd/amdgpu/tonga_ih.c
parentdrm/radeon: use helper for mst connector dpms. (diff)
downloadlinux-dev-303f551c8e8dfca4df4e01612f0f393c2e5744e4.tar.xz
linux-dev-303f551c8e8dfca4df4e01612f0f393c2e5744e4.zip
drm/amd/amdgpu: fix irq domain remove for tonga ih
Signed-off-by: Junwei Zhang <Jerry.Zhang@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to '')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/tonga_ih.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/tonga_ih.c b/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
index b6f7d7bff929..0f14199cf716 100644
--- a/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
+++ b/drivers/gpu/drm/amd/amdgpu/tonga_ih.c
@@ -307,7 +307,7 @@ static int tonga_ih_sw_fini(void *handle)
amdgpu_irq_fini(adev);
amdgpu_ih_ring_fini(adev);
- amdgpu_irq_add_domain(adev);
+ amdgpu_irq_remove_domain(adev);
return 0;
}