diff options
author | Lucas Stach <[email protected]> | 2018-04-17 12:15:13 +0200 |
---|---|---|
committer | Lucas Stach <[email protected]> | 2018-05-18 15:27:56 +0200 |
commit | a1fb6f204f956cc8385c31600354e2039978ebb4 (patch) | |
tree | dfaab8a4f571be43139ec9f3a26a90f3e4345395 /tools/perf/scripts/python/call-graph-from-sql.py | |
parent | 1af998b27c6c63d43c491783144ad0310d13a747 (diff) |
drm/etnaviv: mmuv2: allocate 2nd level page tables on demand
With etnaviv not being tied into the IOMMU framework anymore, the MMU
functions will only be called under sleeping locks. Thus we are able
to allocate the memory for the 2nd level page tables on demand without
having to deal with memory allocation in atomic context.
This speeds up driver intitialization on MMUv2 GPU cores, as we don't
need to preallocate all the page table memory and also reduces memory
consumption for most workloads, as most of them won't use the full
GPU virtual address space.
Signed-off-by: Lucas Stach <[email protected]>
Reviewed-by: Philipp Zabel <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions