diff options
author | Ilia Levi <[email protected]> | 2024-06-06 15:47:05 +0300 |
---|---|---|
committer | Rodrigo Vivi <[email protected]> | 2024-06-26 18:25:22 -0400 |
commit | 80bab5c5038f32c92f5d26ff9df7255247c8dd89 (patch) | |
tree | b9bfb49fbf9d418fd5bcf3bb98db4b19e063beba /tools/perf/scripts/python/syscall-counts.py | |
parent | 8511d9da2058ffca7c745c48e93c51840e2ed65e (diff) |
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 <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Signed-off-by: Rodrigo Vivi <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions