Re: [PATCH] drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs

2020-12-18 Thread Christian König
Am 18.12.20 um 17:53 schrieb Alex Deucher: 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. I've seen that multiple times as well but always for

[PATCH] drm/amdgpu: fix handling of irq domains on soc15 and newer GPUs

2020-12-18 Thread Alex Deucher
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. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/amdgpu/amdgpu_irq.c | 3 ++- 1 file changed,