diff options
author | Chris Wilson <[email protected]> | 2018-06-28 14:22:06 +0100 |
---|---|---|
committer | Chris Wilson <[email protected]> | 2018-06-28 20:56:35 +0100 |
commit | 10195b1e4411191a30456e3e60bc539531b17053 (patch) | |
tree | 6238abb5fcec91d704a8ffab05837bc85b7dba37 /tools/perf/scripts/python/mem-phys-addr.py | |
parent | a24362ead99ab5d39b594a7b4ff48abc9addc059 (diff) |
drm/i915: Show vma allocator stack when in doubt
At the moment, gem_exec_gttfill fails with a sporadic EBUSY due to us
wanting to unbind a pinned batch. Let's dump who first bound that vma to
see if that helps us identify who still unexpectedly has it pinned.
v2: We cannot allocate inside the printer (as it may be on an fs-reclaim
path), so hope for the best and build the string on the stack
v3: stack depth of 16 routinely overflows a 512 character string, limit
it to 12 to avoid unsightly truncation.
Signed-off-by: Chris Wilson <[email protected]>
Reviewed-by: Mika Kuoppala <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/mem-phys-addr.py')
0 files changed, 0 insertions, 0 deletions