diff options
author | Matthew Auld <[email protected]> | 2024-11-26 18:13:01 +0000 |
---|---|---|
committer | Thomas Hellström <[email protected]> | 2024-11-28 15:22:36 +0100 |
commit | c78f4399188369a55eed69cbf19a8aad2a65ac75 (patch) | |
tree | 0ece78a6c799f9ae526aafe468ebfc6a694f921b /tools/perf/scripts/python/futex-contention.py | |
parent | 23346f85163de83aca6dc30dde3944131cf54706 (diff) |
drm/xe/migrate: use XE_BO_FLAG_PAGETABLE
On some HW we want to avoid the host caching PTEs, since access from GPU
side can be incoherent. However here the special migrate object is
mapping PTEs which are written from the host and potentially cached. Use
XE_BO_FLAG_PAGETABLE to ensure that non-cached mapping is used, on
platforms where this matters.
Fixes: 7a060d786cc1 ("drm/xe/mtl: Map PPGTT as CPU:WC")
Signed-off-by: Matthew Auld <[email protected]>
Cc: Matthew Brost <[email protected]>
Cc: Nirmoy Das <[email protected]>
Cc: <[email protected]> # v6.8+
Reviewed-by: Nirmoy Das <[email protected]>
Reviewed-by: Matthew Brost <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
(cherry picked from commit febc689b27d28973cd02f667548a5dca383d859a)
Signed-off-by: Thomas Hellström <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/futex-contention.py')
0 files changed, 0 insertions, 0 deletions