✓ CI.checkpatch: success for drm/xe/irq: remove xe_irq_shutdown (rev3)
Patchwork
patchwork at emeril.freedesktop.org
Tue Jun 25 18:16:16 UTC 2024
== Series Details ==
Series: drm/xe/irq: remove xe_irq_shutdown (rev3)
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 bc5d167e3b6f657391d689572c5d942d1e3e10e2
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>
Reviewed-by: Matthew Auld <matthew.auld at intel.com>
+ /mt/dim checkpatch c7f3ccc0f957750deeba044da72581ec1bf5e328 drm-intel
bc5d167e3b6f drm/xe/irq: remove xe_irq_shutdown
More information about the Intel-xe
mailing list