✓ CI.checkpatch: success for drm/xe/irq: remove xe_irq_shutdown
Patchwork
patchwork at emeril.freedesktop.org
Thu Jun 6 13:04:17 UTC 2024
== Series Details ==
Series: drm/xe/irq: remove xe_irq_shutdown
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 7f78fd6646b1a3f718278aa8f2873ec07e6bc6bb
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 b8a4e08086ace055e193245cd77a6182936d9f03 drm-intel
7f78fd6646b1 drm/xe/irq: remove xe_irq_shutdown
More information about the Intel-xe
mailing list