drm/amdgpu: fix incorrect use of amdgpu_irq_add_id in si_dma.c
authorChristian König <christian.koenig@amd.com>
Wed, 26 Sep 2018 14:15:44 +0000 (16:15 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 9 Oct 2018 22:07:05 +0000 (17:07 -0500)
commit4eb10b5be799c45e71f9e01e01fc88e84062426c
tree3ae5e4c06f6d3c8d026e15daed923bf53264286c
parent2ccecaf661e0b686a99ad0990e5ce14447942718
drm/amdgpu: fix incorrect use of amdgpu_irq_add_id in si_dma.c

Adding a second irq source because of a different src_id is actually a
bug.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_sdma.h
drivers/gpu/drm/amd/amdgpu/si_dma.c