summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorPing Gao <ping.a.gao@intel.com>2016-11-04 13:47:35 +0800
committerZhenyu Wang <zhenyuw@linux.intel.com>2016-11-07 14:17:02 +0800
commit3b6411c2c20525f98b8541b3060c9ed95e31a762 (patch)
tree6693210d13ffed795a1d54ae606c21c67ca5967f /tools/perf/scripts/python
parent2fb39fad065f7c694d8974b07d6c654709b52005 (diff)
drm/i915/gvt: implement scratch page table tree for shadow PPGTT
All the unused entries in the page table tree(PML4E->PDPE->PDE->PTE) should point to scratch page table/scratch page to avoid page walk error due to the page prefetching. When removing an entry in shadow PPGTT, it need map to scratch page also, the older implementation use single scratch page to assign to all level entries, it doesn't align the page walk behavior when removed entry is in PML, PDP, PD. To avoid potential page walk error this patch implement a scratch page tree to replace the single scratch page. v2: more details in commit message address Kevin's comments. Signed-off-by: Ping Gao <ping.a.gao@intel.com> Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions