diff options
author | Chris Wilson <chris.p.wilson@intel.com> | 2023-09-26 10:37:36 +0200 |
---|---|---|
committer | Nirmoy Das <nirmoy.das@intel.com> | 2023-09-30 13:49:14 +0200 |
commit | 4cd64e9d2c7206db05e7162d0258b455726b7ec5 (patch) | |
tree | f13e3d4ef84e6127a274a486320ddab2dc2cbea8 /tools/perf/scripts/python/gecko.py | |
parent | 0951dce656e2b3c4c9a5096cd2cedb39a5d6e637 (diff) |
drm/i915: Lift runtime-pm acquire callbacks out of intel_wakeref.mutex
When runtime pm is first woken, it will synchronously call the
registered callbacks for the device. These callbacks
may pull in their own forest of locks, which we do not want to
conflate with the intel_wakeref.mutex. A second minor benefit to
reducing the coverage of the mutex, is that it will reduce
contention for frequent sleeps and wakes (such as when being used
for soft-rc6).
v2: remove usage of fetch_and_zero() and other improvements(Jani)
Signed-off-by: Chris Wilson <chris.p.wilson@intel.com>
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
Reviewed-by: Andi Shyti <andi.shyti@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230926083742.14740-2-nirmoy.das@intel.com
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions