diff options
| author | Chris Wilson <[email protected]> | 2019-06-21 19:37:57 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-06-21 19:47:48 +0100 |
| commit | 9e9539800dd44b1190128d48a116f4660f5d206f (patch) | |
| tree | 2c849e4e2c45b3ad64a1144d76625d4356353b73 /tools/perf/scripts/python | |
| parent | 2ae70d28f27f6a5358541845c623760754d63ece (diff) | |
drm/i915: Remove waiting & retiring from shrinker paths
i915_gem_wait_for_idle() and i915_retire_requests() introduce a
dependency on the timeline->mutex. This is problematic as we want to
later perform allocations underneath i915_active.mutex, forming a link
between the shrinker, the timeline and active mutexes. Nip this cycle in
the bud by removing the acquisition of the timeline mutex (i.e.
retiring) from inside the shrinker.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions