Home
last modified time | relevance | path

Searched hist:be52abd4d2b7ea343373cc116a99699a3e3c5573 (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/exynos/
H A Dexynos_mixer.cdiff be52abd4d2b7ea343373cc116a99699a3e3c5573 Wed Dec 22 20:01:31 CET 2021 Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com> drm/exynos: mixer: Use platform_get_irq() to get the interrupt

platform_get_resource(pdev, IORESOURCE_IRQ, ..) relies on static
allocation of IRQ resources in DT core code, this causes an issue
when using hierarchical interrupt domains using "interrupts" property
in the node as this bypassed the hierarchical setup and messed up the
irq chaining.

In preparation for removal of static setup of IRQ resource from DT core
code use platform_get_irq().

Signed-off-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>