diff options
| author | Chris Wilson <[email protected]> | 2019-08-27 14:26:31 +0100 |
|---|---|---|
| committer | Chris Wilson <[email protected]> | 2019-08-27 16:41:41 +0100 |
| commit | f52c6d0df6909a0412c347c8e442acc22ce94747 (patch) | |
| tree | dca39b8fe038b75ed57cb0292178a003a5fbe711 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | 21b0c32bdaba7c2e365d9faca0536fc40dd056d4 (diff) | |
drm/i915: Only activate i915_active debugobject once
The point of debug_object_activate is to mark the first, and only the
first, acquisition. The object then remains active until the last
release. However, we marked up all successful first acquires even though
we allowed concurrent parties to try and acquire the i915_active
simultaneously (serialised by the i915_active.mutex).
Testcase: igt/gem_mmap_gtt/fault-concurrent
Signed-off-by: Chris Wilson <[email protected]>
Cc: Matthew Auld <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions