diff options
| author | Ben Widawsky <[email protected]> | 2015-01-22 17:01:24 +0000 |
|---|---|---|
| committer | Daniel Vetter <[email protected]> | 2015-02-13 23:28:11 +0100 |
| commit | 766436004bde5855dcf9975bff2bcd606bd908ab (patch) | |
| tree | 0e302f627485cd05e09f1a209b6021a48470cc80 /tools/perf/scripts/python/failed-syscalls-by-pid.py | |
| parent | 3393871441d6fe1fcc8683087649b5139e4f7876 (diff) | |
drm/i915: Rename to GEN8_LEGACY_PDPES
In gen8, 32b PPGTT has always had one "pdp" (it doesn't actually have
one, but it resembles having one). The #define was confusing as is, and
using "PDPE" is a much better description.
sed -i 's/GEN8_LEGACY_PDPS/GEN8_LEGACY_PDPES/' drivers/gpu/drm/i915/*.[ch]
It also matches the x86 pagetable terminology:
PTE = Page Table Entry - pagetable level 1 page
PDE = Page Directory Entry - pagetable level 2 page
PDPE = Page Directory Pointer Entry - pagetable level 3 page
And in the near future (for 48b addressing):
PML4E = Page Map Level 4 Entry
v2: Expanded information about Page Directory/Table nomenclature.
Cc: Daniel Vetter <[email protected]>
CC: Dave Gordon <[email protected]>
Signed-off-by: Ben Widawsky <[email protected]>
Signed-off-by: Michel Thierry <[email protected]> (v2)
Reviewed-by: Mika Kuoppala <[email protected]>
Signed-off-by: Daniel Vetter <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/failed-syscalls-by-pid.py')
0 files changed, 0 insertions, 0 deletions