aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorChris Wilson <[email protected]>2020-06-05 17:52:58 +0100
committerChris Wilson <[email protected]>2020-06-05 18:29:15 +0100
commit9bdcaa5e3a2fb0a18d8c7a49bd64a52bce105bd2 (patch)
tree216399f54e0231fc3b09baeb3a82f96978cd4b08 /tools/perf/scripts/python/stackcollapse.py
parent12b67c2e9c58f6c716efcd5cfc9411d7e5f45930 (diff)
drm/i915: Discard a misplaced GGTT vma
Across the many users of the GGTT vma (internal objects, mmapings, display etc), we may end up with conflicting requirements for the placement. Currently, we try to resolve the conflict by unbinding the vma and rebinding it to match the new constraints; over time we will end up with a GGTT that matches the most strict constraints over all concurrent users. However, this causes a problem if the vma is currently in use as we must wait until it is idle before moving it. But there is no restriction on the number of views we may use (apart from the limited size of the GGTT itself), and so if the active vma does not meet our requirements, try and build a new one! 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/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions