✓ CI.checkpatch: success for drm/xe/irq: remove xe_irq_shutdown (rev2)
Patchwork
patchwork at emeril.freedesktop.org
Mon Jun 10 07:41:34 UTC 2024
== Series Details ==
Series: drm/xe/irq: remove xe_irq_shutdown (rev2)
URL : https://patchwork.freedesktop.org/series/134565/
State : success
== Summary ==
+ KERNEL=/kernel
+ git clone https://gitlab.freedesktop.org/drm/maintainer-tools mt
Cloning into 'mt'...
warning: redirecting to https://gitlab.freedesktop.org/drm/maintainer-tools.git/
+ git -C mt rev-list -n1 origin/master
51ce9f6cd981d42d7467409d7dbc559a450abc1e
+ cd /kernel
+ git config --global --add safe.directory /kernel
+ git log -n1
commit 750bc1c8a956b6cab089b4af3cdabc677ebf6ebf
Author: Ilia Levi <illevi at habana.ai>
Date: Thu Jun 6 15:47:05 2024 +0300
drm/xe/irq: remove xe_irq_shutdown
The cleanup is done by devres in irq_uninstall.
Commit bbc9651fe9f4 ("drm/xe/irq: move irq_uninstall over to devm")
resolved the ordering issue where irq_uninstall (registered with drmm)
was called after pci_free_irq_vectors (registered with devm upon calling
pci_alloc_irq_vectors). This happened because drmm action list is
registered with devm very early in the init flow - before
pci_alloc_irq_vectors.
Now that irq_uninstall is registered with devm, it will be called before
pci_free_irq_vectors and we can remove xe_irq_shutdown.
Signed-off-by: Ilia Levi <illevi at habana.ai>
+ /mt/dim checkpatch c410bb641ea861fdd70c14ed8cc30d0d9a2ef587 drm-intel
750bc1c8a956 drm/xe/irq: remove xe_irq_shutdown
More information about the Intel-xe
mailing list