drm/amd/amdgpu: Map ISP interrupts as generic IRQs

Map ISP IH interrupts to Linux generic IRQ for ISP driver to
handle the interrupts using MFD IORESOURCE_IRQ resource.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Pratap Nirujogi <pratap.nirujogi@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
Pratap Nirujogi
2024-05-07 22:49:46 -04:00
committed by Alex Deucher
parent 8930b90be6
commit 0253d718a0
5 changed files with 99 additions and 5 deletions

View File

@@ -30,6 +30,8 @@
#define ISP_REGS_OFFSET_END 0x629A4
#define MAX_ISP_INT_SRC 8
struct isp_platform_data {
void *adev;
u32 asic_type;