diff options
author | Maarten Lankhorst <[email protected]> | 2022-05-11 13:52:19 +0200 |
---|---|---|
committer | Maarten Lankhorst <[email protected]> | 2022-05-18 13:36:05 +0200 |
commit | 451374eef622fca6f00eeeda89aaccb45a30a149 (patch) | |
tree | 9708a72dc4e96959f94c1a57d1cb915ccf97f470 /tools/perf/scripts/python/Perf-Trace-Util/lib/Perf | |
parent | a50794f26f52c66cb793d5d392f5f19bc2962cdd (diff) |
drm/i915: Use i915_gem_object_ggtt_pin_ww for reloc_iomap
When removing short term pins, I've changed the the batch buffer
pinning for relocation to use __i915_vma_pin, because
i915_gem_object_ggtt_pin_ww was destroying the old vma. This
caused regressions, because the functions are not identical.
Fix the regressions by calling i915_gem_object_ggtt_pin_ww() again
on ggtt-only platforms, but only if the batch can be pinned without
being moved.
Fixes: b5cfe6f7a6e1 ("drm/i915: Remove short-term pins from execbuf, v6.")
Cc: Matthew Auld <[email protected]>
Reported-by: Mateusz Jończyk <[email protected]>
Tested-by: Hans de Goede <[email protected]>
Signed-off-by: Maarten Lankhorst <[email protected]>
Acked-by: Matthew Auld <[email protected]>
Closes: https://gitlab.freedesktop.org/drm/intel/-/issues/5806
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/Perf-Trace-Util/lib/Perf')
0 files changed, 0 insertions, 0 deletions