diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2019-12-17 12:56:41 +0300 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2019-12-18 20:11:28 +0300 |
commit | 54400257ae523fa7fff11fe4209e7f9dcafdefa0 (patch) | |
tree | 791bf611bf407e1750e697c48f54dc474d6ed029 /tools/perf/scripts/python/syscall-counts.py | |
parent | df6a42053513846475ae1fbd224dfbdbcd0c7010 (diff) | |
download | linux-54400257ae523fa7fff11fe4209e7f9dcafdefa0.tar.xz |
drm/i915/gt: Remove direct invocation of breadcrumb signaling
Only signal the breadcrumbs from inside the irq_work, simplifying our
interface and calling conventions. The micro-optimisation here is that
by always using the irq_work interface, we know we are always inside an
irq-off critical section for the breadcrumb signaling and can ellide
save/restore of the irq flags.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Tvrtko Ursulin <tvrtko.ursulin@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191217095642.3124521-7-chris@chris-wilson.co.uk
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts.py')
0 files changed, 0 insertions, 0 deletions