drm/amdgpu: enable redirection of irq's for IH V6.0
authorSunil Khatri <sunil.khatri@amd.com>
Fri, 12 Apr 2024 09:30:20 +0000 (15:00 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 19 Apr 2024 03:46:37 +0000 (23:46 -0400)
commitca0afa2f4161dbf82e345144fd0042d00b11eb5b
tree0f377306ac64f7dafdaa489619dd113700c5dbaa
parentcba9b630f087005a2c9c201e16b5dbf91d51d3c0
drm/amdgpu: enable redirection of irq's for IH V6.0

Enable redirection of irq for pagefaults for specific
clients to avoid overflow without dropping interrupts.

So here we redirect the interrupts to another IH ring
i.e ring1 where only these interrupts are processed.

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