aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorDmitry Baryshkov <[email protected]>2021-05-16 23:29:11 +0300
committerRob Clark <[email protected]>2021-06-23 07:32:15 -0700
commitd94fc8f36f78e3a288ffd8b61809c433ca6999bd (patch)
treec6ec349ddd09e55335159feae3835189795af8de /tools/perf/scripts/python/bin
parent18b20ac0ec2ff5c1d971ba4a857eaea1dd16f608 (diff)
drm/msm/dpu: simplify IRQ enabling/disabling
Merge dpu_core_irq_enable() into dpu_core_irq_register_callback() and dpu_core_irq_disable() into dpu_core_irq_unregister_callback(), because they are called in pairs. There is no need to have separate enable/disable pair, we can enable hardware IRQ when first callback is registered and when the last callback is unregistered. Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Abhinav Kumar <[email protected]> Link: https://lore.kernel.org/r/[email protected] [fixup tracepoint compile warns] Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions