drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs
authorAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Dec 2020 16:49:16 +0000 (11:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 23 Dec 2020 20:07:30 +0000 (15:07 -0500)
commitf3e4a07fb7c9aa30bca2bcdedaa43259d8911281
treefff2c569165eab5311f5e82e02bf56e93fd13d66
parent4a0a0d6dd13e179e7441ce36657953027f1abb28
drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs

We need to take into account the client id otherwise we'll end
up sending generic events for any src id that is registered.

We only support irq domains on pre-soc15 parts so client is
always legacy.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c