aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2019-12-03 15:50:32 +0000
committerChris Wilson <[email protected]>2019-12-03 20:41:34 +0000
commitcb6c3d45f948f8f184687a23fea30017d01e892f (patch)
tree42ab52825638e968ae5d95415070a65c465d7a23 /tools/perf/scripts/python
parent78eaaba3cd786718f6ed0c9013879d3c11a00998 (diff)
drm/i915/gem: Avoid parking the vma as we unbind
In order to avoid keeping a reference on the i915_vma (which is long overdue!) we have to coordinate all the possible lifetimes and only use the vma while we know it is alive. In this episode, we are reminded that while idle, the closed vma are destroyed. So if the GT idles while we are working with the vma, the vma itself becomes invalid. First class i915_vma here we come, but in the meantime keep piling on the straw. 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