diff options
| author | Jonathan Cavitt <[email protected]> | 2023-04-26 23:28:49 +0200 |
|---|---|---|
| committer | Andrzej Hajda <[email protected]> | 2023-04-28 13:20:05 +0200 |
| commit | eee44c2903e5222632536f86ad5cf0ff9bbfc61b (patch) | |
| tree | 74120a5c53f7b1305610e905e323eb8cf6cd2340 /tools/perf/scripts/python/export-to-sqlite.py | |
| parent | d59ce1ff8e6830fab60b688f33a89ef48c94b5d8 (diff) | |
drm/i915: Use correct huge page manager for MTL
MTL currently uses gen8_ppgtt_insert_huge when managing huge pages.
This is because MTL reports as not supporting 64K pages, or more
accurately, the system that reports whether a platform has 64K pages
reports false for MTL. This is only half correct, as the 64K page support
reporting system only cares about 64K page support for LMEM, which MTL
doesn't have.
MTL should be using xehpsdv_ppgtt_insert_huge. However, simply changing
over to using that manager doesn't resolve the issue because MTL is
expecting the virtual address space for the page table to be flushed after
initialization, so we must also add a flush statement there.
Signed-off-by: Jonathan Cavitt <[email protected]>
Reviewed-by: Matthew Auld <[email protected]>
Signed-off-by: Andrzej Hajda <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions